CMS 3D CMS Logo

CSCDigiToRawModule.h

Go to the documentation of this file.
00001 #ifndef EventFilter_CSCDigiToRawModule_h
00002 #define EventFilter_CSCDigiToRawModule_h
00003 
00011 #include <FWCore/Framework/interface/EDProducer.h>
00012 
00013 class CSCDigiToRaw;
00014 
00015 class CSCDigiToRawModule : public edm::EDProducer {
00016  public:
00018   CSCDigiToRawModule(const edm::ParameterSet & pset);
00019 
00021   virtual ~CSCDigiToRawModule();
00022 
00023   // Operations
00024   virtual void produce( edm::Event&, const edm::EventSetup& );
00025 
00026  private:
00027   CSCDigiToRaw * packer;
00028   edm::InputTag theStripDigiTag;
00029   edm::InputTag theWireDigiTag;
00030   edm::InputTag theComparatorDigiTag;
00031   edm::InputTag theALCTDigiTag;
00032   edm::InputTag theCLCTDigiTag;
00033   edm::InputTag theCorrelatedLCTDigiTag;
00034 };
00035 #endif
00036 
00037 

Generated on Tue Jun 9 17:34:24 2009 for CMSSW by  doxygen 1.5.4