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 
16 
17 #include <iostream>
18 #include <string>
19 
20 
21 class EcalTBDaqFormatter;
24 class TableDataFormatter;
26 
28  public:
31 
33  virtual ~EcalDCCTBUnpackingModule();
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 
52  };
53 
54 #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_