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 
15 
16 #include <iostream>
17 #include <string>
18 
19 
23 class TableDataFormatter;
25 
27  public:
30 
33 
35  void produce(edm::Event & e, const edm::EventSetup& c);
36 
37  // BeginJob
38  void beginJob();
39 
40  // EndJob
41  void endJob(void);
42 
43  private:
44 
50 
54  };
55 
56 #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.