1 #include <fevt/PixelTriggerData.h>
2 #include <utl/ErrorLogger.h>
3 #include <utl/AugerException.h>
13 PixelTriggerData::PixelTriggerData() :
15 fPreviousThreshold(0),
16 fThresholdChanged(false),
29 string err =
"FLT trace not available!";
41 string err =
"FLT trace not available!";
49 ERROR(
"Existing FLT trace will get overwritten ! ");
Base class for exceptions trying to access non-existing components.
std::vector< T >::const_iterator ConstIterator
void MakeFLTTrace(const utl::TraceB &flt)
Template class for a FADC data or calibrated data container. Use the typedefs (TraceD, TraceI, etc.) defined in Trace-fwd.h.
utl::TraceB & GetFLTTrace()
#define ERROR(message)
Macro for logging error messages.
utl::ShadowPtr< utl::TraceB > fFLTTrace