1 #include <utl/ErrorLogger.h>
3 #include <fdet/Channel.h>
5 #include <fevt/PixelSimData.h>
12 PixelSimData::PixelSimData() :
35 ERROR(
"Source already exists");
46 ERROR(
"Source already exists");
58 ERROR(
"Source already exists");
70 ERROR(
"Source already exists");
bool HasPhotonWeightSquareTrace(const FdConstants::LightSource source) const
Check that trace of sums of squares of weights of simulated photons for source /par source is present...
void MakePhotonWeightSquareTrace(unsigned int size, double binning, const FdConstants::LightSource source=FdConstants::eTotal)
bool HasPhotonTrace(const FdConstants::LightSource source) const
Check that trace for source /par source is present.
LightSource
Possible light sources.
utl::InitializedShadowPtr< utl::MultiTraceD > fPhotonTrace
utl::InitializedShadowPtr< utl::MultiTraceD > fPhotonWeightSquareTrace
#define ERROR(message)
Macro for logging error messages.
void MakePhotonTrace(unsigned int size, double binning, const FdConstants::LightSource source=FdConstants::eTotal)