Skip to content

Commit

Permalink
removed #defines as rthey are not necessary for plugin header files
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Wolf committed Nov 10, 2009
1 parent 6820be4 commit 2916c0e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions 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 2916c0e

Please sign in to comment.