#include <ToFlat.h>
Public Member Functions | |
template<class TFS > | |
ToFlat (TFS &fileService) | |
virtual | ~ToFlat () |
void | AnalyzeEvent (const std::vector< CRT::Trigger > &triggers) |
Protected Attributes | |
size_t | fNTriggers |
short | fADCs [MaxTriggers][NChannels] |
unsigned long long | fTimestamps [MaxTriggers] |
short | fModules [MaxTriggers] |
TTree * | fTree |
Static Protected Attributes | |
static constexpr size_t | NChannels = 64 |
static constexpr size_t | MaxTriggers = 32*2 |
Private Member Functions | |
void | ResetBranches () |
|
inline |
|
virtual |
Definition at line 16 of file ToFlat.cpp.
void CRT::ToFlat::AnalyzeEvent | ( | const std::vector< CRT::Trigger > & | triggers | ) |
Definition at line 18 of file ToFlat.cpp.
|
private |
Definition at line 40 of file ToFlat.cpp.
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |