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 
9 class DTDigiToRaw;
10 
12 public:
15 
17  ~DTDigiToRawModule() override;
18 
19  // Operations
20  void produce( edm::Event&, const edm::EventSetup& ) override;
21 
22 private:
24 
25  int dduID;
26  bool debug;
28 
30  int minFEDid_;
31  int maxFEDid_;
32 
33 };
34 #endif
35 
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< DTDigiCollection > digicoll
DTDigiToRaw * packer
~DTDigiToRawModule() override
Destructor.
DTDigiToRawModule(const edm::ParameterSet &pset)
Constructor.