CMS 3D CMS Logo

DTDigiToRawModule.h
Go to the documentation of this file.
1 #ifndef EventFilter_DTDigiToRawModule_h
2 #define EventFilter_DTDigiToRawModule_h
3 
7 
8 class DTDigiToRaw;
9 
11 public:
14 
16  ~DTDigiToRawModule() override;
17 
18  // Operations
19  void produce(edm::Event&, const edm::EventSetup&) override;
20 
21 private:
23 
24  int dduID;
25  bool debug;
27 
29  int minFEDid_;
30  int maxFEDid_;
31 };
32 #endif
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< DTDigiCollection > digicoll
DTDigiToRaw * packer
~DTDigiToRawModule() override
Destructor.
DTDigiToRawModule(const edm::ParameterSet &pset)
Constructor.