Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77599
b: "refs/heads/CMSSW_7_1_X"
c: 2916c0e
h: "refs/heads/CMSSW_7_1_X"
i:
  77597: 473e7da
  77595: 856839a
  77591: e9653a2
  77583: ac9c429
  77567: 76d90fd
v: v3
  • Loading branch information
Roger Wolf committed Nov 10, 2009
1 parent bfb8299 commit 3503ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 6820be45542e7d1e49ae1e82153b8113ab41274e
"refs/heads/CMSSW_7_1_X": 2916c0eefc9df92409ef3007244afd30e8748ea3
10 changes: 2 additions & 8 deletions trunk/Validation/Generator/plugins/BasicGenTest.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
#ifndef BasicGenTest_h
#define BasicGenTest_h
/*class BasicGenTest
*
* Class to fill Event Generator dqm monitor elements; works on HepMCProduct
*
* BasicGenTest:
* $Date: 2009/07/23 22:02:06 $
* $Revision: 1.3 $
* $Date: 2009/09/18 16:55:05 $
* $Revision: 1.4 $
* \author Joseph Zennamo SUNY-Buffalo; Based on: ConverterTester*/

// framework & common header files
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Run.h"
#include "FWCore/Framework/interface/MakerMacros.h"
//DQM services
#include "DQMServices/Core/interface/DQMStore.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
Expand All @@ -25,7 +22,6 @@
class BasicGenTest : public edm::EDAnalyzer
{
public:

explicit BasicGenTest(const edm::ParameterSet&);
virtual ~BasicGenTest();
virtual void beginJob(const edm::EventSetup&);
Expand Down Expand Up @@ -53,5 +49,3 @@ class BasicGenTest : public edm::EDAnalyzer
MonitorElement *Part_ID;
MonitorElement *Bjorken_x;
};

#endif

0 comments on commit 3503ad2

Please sign in to comment.