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 
16 
17 #include <iostream>
18 #include <string>
19 
20 
24 class TableDataFormatter;
26 
28  public:
31 
34 
36  void produce(edm::Event & e, const edm::EventSetup& c);
37 
38  // BeginJob
39  void beginJob();
40 
41  // EndJob
42  void endJob(void);
43 
44  private:
45 
51 
54 
55  };
56 
57 #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.