CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalSupervisorDataFormatter.h
Go to the documentation of this file.
1 #ifndef EcalSupervisorTBDataFormatter_H
2 #define EcalSupervisorTBDataFormatter_H
3 
10 
13 
14 
15 class FEDRawData;
17 
18  public:
19 
21  virtual ~EcalSupervisorTBDataFormatter(){LogDebug("EcalTBRawToDigi") << "@SUB=EcalSupervisorTBDataFormatter" << "\n"; };
22 
23  //Method to be implemented
24  void interpretRawData( const FEDRawData & data, EcalTBEventHeader& tbEventHeader ) ;
25 
26  private:
27 
28  static const int nWordsPerEvent = 14;
29 
30 };
31 #endif
#define LogDebug(id)
void interpretRawData(const FEDRawData &data, EcalTBEventHeader &tbEventHeader)