CMS 3D CMS Logo

EcalDCC07UnpackingModule.h
Go to the documentation of this file.
1 #ifndef EcalDCCTB07UnpackingModule_H
2 #define EcalDCCTB07UnpackingModule_H
3 
15 
16 #include <iostream>
17 #include <string>
18 
22 class TableDataFormatter;
24 
26 public:
29 
31  ~EcalDCCTB07UnpackingModule() override;
32 
34  void produce(edm::Event& e, const edm::EventSetup& c) override;
35 
36 private:
42 
46 };
47 
48 #endif
TableDataFormatter * tableFormatter_
EcalTB07DaqFormatter * formatter_
void produce(edm::Event &e, const edm::EventSetup &c) override
Produce digis out of raw data.
CamacTBDataFormatter * camacTBformatter_
MatacqTBDataFormatter * matacqFormatter_
EcalSupervisorTBDataFormatter * ecalSupervisorFormatter_
~EcalDCCTB07UnpackingModule() override
Destructor.
EcalDCCTB07UnpackingModule(const edm::ParameterSet &pset)
Constructor.