ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the documentation of this file. 1 #ifndef ATFILTERDIVIDE_H
2 #define ATFILTERDIVIDE_H
24 virtual void Init()
override;
30 #endif //#ifndef ATFILTERDIVIDE_H
virtual void Init() override
Called at the init stage of the AtFilterTask.
void SetDivisor(Double_t divisor)
virtual void Filter(AtPad *pad, AtPadReference *padReference) override
Called to filter each pad.
virtual bool IsGoodEvent() override
Called at the end of an event. Returns if filtering was successful.
Container class for AtPadBase objects.
virtual void InitEvent(AtRawEvent *event) override
Called once for each event at the start of the Exec phase.