ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the documentation of this file.
20 double fThreshold{1000};
25 virtual void Init()
override{};
31 void fillMissingData(
AtPad *pad,
int start,
int stop);
32 void fillMissingDataLine(
AtPad *pad,
int start,
int stop);
35 #endif //#ifndef ATFILTERZERO_H
virtual void Init() override
Called at the init stage of the AtFilterTask.
virtual bool IsGoodEvent() override
Called at the end of an event. Returns if filtering was successful.
virtual void Filter(AtPad *pad, AtPadReference *padReference) override
Called to filter each pad.
Container class for AtPadBase objects.
virtual void InitEvent(AtRawEvent *) override
Called once for each event at the start of the Exec phase.
void SetThreshold(double val)