Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
FadcRaster.h
Go to the documentation of this file.
1#ifndef HallA_FadcRaster_h_
2#define HallA_FadcRaster_h_
3
5// //
6// THaRaster //
7// //
9
10#include "THaRaster.h"
11
12namespace HallA {
13
14class FadcRaster : public THaRaster {
15public:
16 explicit FadcRaster( const char* name, const char* description = "",
17 THaApparatus* a = nullptr );
18
19protected:
20 OptUInt_t LoadData( const THaEvData& evdata,
21 const DigitizerHitInfo_t& hitinfo ) override;
22
23 ClassDef(FadcRaster,0) // Generic Raster class with FADC readouts
24};
25
26} //namespace HallA
27
28#endif //HallA_FadcRaster_h_
#define ClassDef(name, id)
char name[80]
OptUInt_t LoadData(const THaEvData &evdata, const DigitizerHitInfo_t &hitinfo) override
TArc a