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 
14 
15 #include <iostream>
16 #include <string>
17 
18 
19 class EcalTBDaqFormatter;
22 class TableDataFormatter;
24 
26  public:
29 
31  virtual ~EcalDCCTBUnpackingModule();
32 
34  void produce(edm::Event & e, const edm::EventSetup& c);
35 
36  // BeginJob
37  void beginJob();
38 
39  // EndJob
40  void endJob(void);
41 
42  private:
43 
50  };
51 
52 #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_