1 #ifndef CaloSimAlgos_CaloHitAnalyzer_h
2 #define CaloSimAlgos_CaloHitAnalyzer_h
24 double hitEnergyThreshold,
32 void analyze(
int detId,
double recEnergy);
double hitEnergyThreshold_
void analyze(int detId, double recEnergy)
to be called for each RecHit
CaloHitAnalyzer(const std::string &name, double hitEnergyThreshold, const CaloVSimParameterMap *parameterMap, const CaloVHitFilter *filter=nullptr)
CaloValidationStatistics summary_
const CaloVHitFilter * hitFilter_
const CaloVSimParameterMap * simParameterMap_
void fillHits(MixCollection< PCaloHit > &hits)
should be called each event
std::map< int, double > hitEnergySumMap_