When counting hits, allows hits in different detectors to have a different process type. More...
#include <CaloTruthAccumulator.h>
Public Attributes | |
std::unique_ptr< CaloParticleCollection > | pCaloParticles |
std::unique_ptr< SimClusterCollection > | pSimClusters |
When counting hits, allows hits in different detectors to have a different process type.
Fast sim PCaloHits seem to have a peculiarity where the process type (as reported by PCaloHit::processType()) is different for the tracker than the muons. When counting how many hits there are, the code usually only counts the number of hits that have the same process type as the first hit. Setting this to true will also count hits that have the same process type as the first hit in the second detector.
Definition at line 160 of file CaloTruthAccumulator.h.
std::unique_ptr<CaloParticleCollection> CaloTruthAccumulator::OutputCollections::pCaloParticles |
Definition at line 163 of file CaloTruthAccumulator.h.
Referenced by CaloTruthAccumulator::accumulateEvent(), CaloTruthAccumulator::finalizeEvent(), and CaloTruthAccumulator::initializeEvent().
std::unique_ptr<SimClusterCollection> CaloTruthAccumulator::OutputCollections::pSimClusters |
Definition at line 162 of file CaloTruthAccumulator.h.
Referenced by CaloTruthAccumulator::accumulateEvent(), CaloTruthAccumulator::finalizeEvent(), and CaloTruthAccumulator::initializeEvent().