CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/HighLevelTrigger/interface/DummyModule.h

Go to the documentation of this file.
00001 #ifndef FastSimulation_HighLevelTrigger_DummyModule_H
00002 #define FastSimulation_HighLevelTrigger_DummyModule_H
00003 
00004 //  The CaloRecHits copy for HLT
00005 
00006 
00007 #include "FWCore/Framework/interface/EDProducer.h"
00008 
00009 class ParameterSet;
00010 class Event;
00011 class EventSetup;
00012 
00013 class DummyModule : public edm::EDProducer
00014 {
00015 
00016  public:
00017 
00018   explicit DummyModule(edm::ParameterSet const & p);
00019   virtual ~DummyModule();
00020   virtual void beginJob() {;}
00021   virtual void endJob() {;}
00022   virtual void produce(edm::Event & e, const edm::EventSetup & c);
00023 
00024 };
00025 
00026 #endif