CMS 3D CMS Logo

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