CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDCCUnpackingModule.h
Go to the documentation of this file.
1 #ifndef EcalDCCTBUnpackingModule_H
2 #define EcalDCCTBUnpackingModule_H
3 
15 
16 #include <iostream>
17 #include <string>
18 
19 
20 class EcalTBDaqFormatter;
23 class TableDataFormatter;
25 
27  public:
30 
32  virtual ~EcalDCCTBUnpackingModule();
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 
51  };
52 
53 #endif
void produce(edm::Event &e, const edm::EventSetup &c)
Produce digis out of raw data.
MatacqTBDataFormatter * matacqFormatter_
EcalDCCTBUnpackingModule(const edm::ParameterSet &pset)
Constructor.
TableDataFormatter * tableFormatter_
EcalSupervisorTBDataFormatter * ecalSupervisorFormatter_
virtual ~EcalDCCTBUnpackingModule()
Destructor.
EcalTBDaqFormatter * formatter_
CamacTBDataFormatter * camacTBformatter_