44 #include "TRestRawBiPoAnalysisProcess.h"
65 SetSectionName(this->ClassName());
66 SetLibraryVersion(LIBRARY_VERSION);
92 Int_t t1t2_BiPo = fAnaEvent->GetAuxiliar();
93 SetObservableValue(
"t1t2", t1t2_BiPo);
A base class for any REST event.
~TRestRawBiPoAnalysisProcess()
Default destructor.
void InitProcess() override
Process initialization. Observable names can be re-interpreted here. Any action in the process requir...
void Initialize() override
Function to initialize input/output event members and define the section name.
TRestRawBiPoAnalysisProcess()
Default constructor.
void EndProcess() override
Function to include required actions after all events have been processed.
TRestEvent * ProcessEvent(TRestEvent *eventInput) override
The main processing event function.
An event container for time rawdata signals with fixed length.