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 
9 
12 
13 
14 class FEDRawData;
16 
17  public:
18 
20  virtual ~EcalSupervisorTBDataFormatter(){LogDebug("EcalTBRawToDigi") << "@SUB=EcalSupervisorTBDataFormatter" << "\n"; };
21 
22  //Method to be implemented
23  void interpretRawData( const FEDRawData & data, EcalTBEventHeader& tbEventHeader ) ;
24 
25  private:
26 
27  static const int nWordsPerEvent = 14;
28 
29 };
30 #endif
#define LogDebug(id)
void interpretRawData(const FEDRawData &data, EcalTBEventHeader &tbEventHeader)
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82