Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
CodaRawDecoder.h
Go to the documentation of this file.
1#ifndef Podd_CodaRawDecoder_h_
2#define Podd_CodaRawDecoder_h_
3
5//
6// Podd::CodaRawDecoder
7//
8// Version of Decoder::CodaDecoder raw event data decoder that
9// exports Podd global variables for basic event data
10//
11// Ole Hansen, August 2018
12//
14
15#include "CodaDecoder.h"
16
17namespace Podd {
18
20public:
22 virtual ~CodaRawDecoder();
23
24 ClassDef(CodaRawDecoder,0) // CODA event data decoder exporting global vars
25};
26
27} // namespace Podd
28
29#endif
#define ClassDef(name, id)