17#ifndef ALICEO2_ECAL_DIGITIZER_H
18#define ALICEO2_ECAL_DIGITIZER_H
49 std::vector<Digit> mArrayD;
50 bool mSmearCrystal = 0;
51 double mThreshold = 0.001;
52 double mSamplingFraction = 9.8;
53 double mCrystalPePerGeV = 4000;
MC hit class to store energy loss per cell and per superparent.
Definition of a container to keep Monte Carlo truth external to simulation objects.
Digitizer & operator=(const Digitizer &)=delete
void setSamplingFraction(double fraction)
void setCrystalPePerGeV(double pePerGeV)
Digitizer(const Digitizer &)=delete
void setThreshold(double threshold)
void processHits(const std::vector< Hit > *mHits, std::vector< Digit > &digits, o2::dataformats::MCTruthContainer< MCLabel > &labels, int collId)
void setSmearCrystal(bool smearCrystal)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::vector< Digit > digits