1 #ifndef _fevt_PixelTriggerData_h_
2 #define _fevt_PixelTriggerData_h_
6 #include <utl/ShadowPtr.h>
bool HasThresholdChanged() const
threshold changed during this trace
void SetThreshold(const int t)
Fluorescence Detector Pixel Trigger Data.
int GetThreshold() const
FLT threshold.
double GetMean() const
trace mean
void SetRate(const double r)
Fluorescence Detector Pixel event.
void SetMean(const double m)
double GetVariance() const
trace variance
void MakeFLTTrace(const utl::TraceB &flt)
void SetPreviousThreshold(const int t)
Template class for a FADC data or calibrated data container. Use the typedefs (TraceD, TraceI, etc.) defined in Trace-fwd.h.
int GetPreviousThreshold() const
previous FLT threshold
utl::TraceB & GetFLTTrace()
void SetVariance(const double v)
void SetThresholdChanged(const bool changed=true)
utl::ShadowPtr< utl::TraceB > fFLTTrace