From 2916c0eefc9df92409ef3007244afd30e8748ea3 Mon Sep 17 00:00:00 2001 From: Roger Wolf Date: Tue, 10 Nov 2009 18:54:47 +0000 Subject: [PATCH] removed #defines as rthey are not necessary for plugin header files --- Validation/Generator/plugins/BasicGenTest.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Validation/Generator/plugins/BasicGenTest.h b/Validation/Generator/plugins/BasicGenTest.h index b3aa3c735f051..c6d77c8236e30 100644 --- a/Validation/Generator/plugins/BasicGenTest.h +++ b/Validation/Generator/plugins/BasicGenTest.h @@ -1,12 +1,10 @@ -#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 @@ -14,7 +12,6 @@ #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" @@ -25,7 +22,6 @@ class BasicGenTest : public edm::EDAnalyzer { public: - explicit BasicGenTest(const edm::ParameterSet&); virtual ~BasicGenTest(); virtual void beginJob(const edm::EventSetup&); @@ -53,5 +49,3 @@ class BasicGenTest : public edm::EDAnalyzer MonitorElement *Part_ID; MonitorElement *Bjorken_x; }; - -#endif