CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_6/src/EventFilter/RawDataCollector/interface/RawDataCollectorModule.h

Go to the documentation of this file.
00001 #ifndef RawDataCollectorModule_H
00002 #define RawDataCollectorModule_H
00003 
00004 
00009 #include <FWCore/Framework/interface/MakerMacros.h>
00010 #include <FWCore/Framework/interface/EDProducer.h>
00011 
00012 class RawDataCollectorModule: public edm::EDProducer {
00013 public:
00014     
00016     RawDataCollectorModule(const edm::ParameterSet& pset);
00017     
00019     virtual ~RawDataCollectorModule();
00020     
00021     void produce(edm::Event & e, const edm::EventSetup& c); 
00022           
00023 private:
00024 
00025     bool useCurrentProcessOnly_ ; 
00026 };
00027 
00028 #endif