Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
FadcBPM.h
Go to the documentation of this file.
1#ifndef HallA_FadcBPM_h_
2#define HallA_FadcBPM_h_
3
5// //
6// HallA::FadcBPM //
7// //
8// Class for handling BPMs with FADC250 frontends //
9// //
11
12#include "THaBPM.h"
13
14namespace HallA {
15
16class FadcBPM : public THaBPM {
17
18public:
19 explicit FadcBPM( const char* name, const char* description = "",
20 THaApparatus* a = nullptr );
21 FadcBPM() = default;
22
23protected:
24 OptUInt_t LoadData( const THaEvData& evdata,
25 const DigitizerHitInfo_t& hitinfo ) override;
26
27 ClassDef(FadcBPM,0) // Generic BPM class
28};
29
31
32} // namespace HallA
33
34#endif //HallA_FadcBPM_h_
#define ClassDef(name, id)
char name[80]
FadcBPM()=default
OptUInt_t LoadData(const THaEvData &evdata, const DigitizerHitInfo_t &hitinfo) override
Definition FadcBPM.cxx:25
TArc a