ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
virtual void Init() override
Called at the init stage of the AtFilterTask.
void SetRawADC(const rawTrace &val)
void SetADC(const trace &val)
void SetDivisor(Double_t divisor)
virtual void Filter(AtPad *pad, AtPadReference *padReference) override
Called to filter each pad.
const trace & GetADC() const
Bool_t IsPedestalSubtracted() const
virtual bool IsGoodEvent() override
Called at the end of an event. Returns if filtering was successful.
Container class for AtPadBase objects.
const rawTrace & GetRawADC() const
virtual void InitEvent(AtRawEvent *event) override
Called once for each event at the start of the Exec phase.