CMS 3D CMS Logo

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