CMS 3D CMS Logo

TableDataFormatter.h
Go to the documentation of this file.
1 #ifndef TableDataFormatter_H
2 #define TableDataFormatter_H
3 
11 
12 
13 
14 class FEDRawData;
16 
17  public:
18 
20  virtual ~TableDataFormatter(){LogDebug("EcalTBRawToDigi") << "@SUB=TableDataFormatter" << "\n"; };
21 
22  //Method to be implemented
23  void interpretRawData( const FEDRawData & data, EcalTBEventHeader& tbEventHeader);
24  private:
25 
26  static const int nWordsPerEvent =10; // Number of fibers per hodoscope plane
27 };
28 #endif
#define LogDebug(id)
void interpretRawData(const FEDRawData &data, EcalTBEventHeader &tbEventHeader)
static const int nWordsPerEvent
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82