CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/EventFilter/DTRawToDigi/plugins/DTDigiToRawModule.h

Go to the documentation of this file.
00001 #ifndef EventFilter_DTDigiToRawModule_h
00002 #define EventFilter_DTDigiToRawModule_h
00003 
00004 
00005 #include <FWCore/Framework/interface/EDProducer.h>
00006 
00007 
00008 
00009 class DTDigiToRaw;
00010 
00011 class DTDigiToRawModule : public edm::EDProducer {
00012 public:
00014   DTDigiToRawModule(const edm::ParameterSet& pset);
00015 
00017   virtual ~DTDigiToRawModule();
00018 
00019   // Operations
00020   virtual void produce( edm::Event&, const edm::EventSetup& );
00021 
00022 private:
00023   DTDigiToRaw * packer;
00024   
00025   int dduID;
00026   bool debug;
00027   bool digibyType;
00028   std::string digicoll;
00029   
00030   bool useStandardFEDid_;
00031   int minFEDid_;
00032   int maxFEDid_;
00033 
00034 };
00035 #endif
00036