1 #include <fevt/PixelRecData.h>
2 #include <fevt/Channel.h>
4 #include <fdet/Channel.h>
6 #include <utl/ErrorLogger.h>
7 #include <utl/AugerException.h>
13 PixelRecData::PixelRecData() :
15 fPulseStart(0), fPulseStop(0),
20 fT_i(0), fT_iError(0),
22 fFirstTriggeredTimeBin(-1),
23 fFlagValidPixels(eValid)
33 ERROR(
"Source already exists");
43 ERROR(
"Source already exists");
LightSource
Possible light sources.
bool HasPhotonTrace(const FdConstants::LightSource source=FdConstants::eTotal) const
Check that trace for source /par source is present.
void MakePhotonTrace(unsigned int size, double binning, const FdConstants::LightSource source=FdConstants::eTotal)
utl::InitializedShadowPtr< utl::MultiTraceD > fPhotonTrace
#define ERROR(message)
Macro for logging error messages.