CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDCC07UnpackingModule.h
Go to the documentation of this file.
1 #ifndef EcalDCCTB07UnpackingModule_H
2 #define EcalDCCTB07UnpackingModule_H
3 
17 
18 #include <iostream>
19 #include <string>
20 
21 
25 class TableDataFormatter;
27 
29  public:
32 
35 
37  void produce(edm::Event & e, const edm::EventSetup& c);
38 
39  // BeginJob
40  void beginJob();
41 
42  // EndJob
43  void endJob(void);
44 
45  private:
46 
52 
56  };
57 
58 #endif
TableDataFormatter * tableFormatter_
EcalTB07DaqFormatter * formatter_
void produce(edm::Event &e, const edm::EventSetup &c)
Produce digis out of raw data.
CamacTBDataFormatter * camacTBformatter_
virtual ~EcalDCCTB07UnpackingModule()
Destructor.
MatacqTBDataFormatter * matacqFormatter_
EcalSupervisorTBDataFormatter * ecalSupervisorFormatter_
EcalDCCTB07UnpackingModule(const edm::ParameterSet &pset)
Constructor.