CMS 3D CMS Logo

DTDigiToRawModule.h
Go to the documentation of this file.
1 #ifndef EventFilter_DTDigiToRawModule_h
2 #define EventFilter_DTDigiToRawModule_h
3 
10 
11 class DTDigiToRaw;
12 
14 public:
17 
19  ~DTDigiToRawModule() override;
20 
21  // Operations
22  void produce(edm::Event&, const edm::EventSetup&) override;
23 
24 private:
26 
27  int dduID;
28  bool debug;
31 
33  int minFEDid_;
34  int maxFEDid_;
35 };
36 #endif
edm::ESGetToken< DTReadOutMapping, DTReadOutMappingRcd > mapToken_
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< DTDigiCollection > digicoll
DTDigiToRaw * packer
~DTDigiToRawModule() override
Destructor.
DTDigiToRawModule(const edm::ParameterSet &pset)
Constructor.