1 #ifndef SiStripDigitizer_h 2 #define SiStripDigitizer_h 16 class HepRandomEngine;
20 class ConsumesCollector;
27 template<
typename T>
class Handle;
58 std::vector<int> &bunchCrossingList,
59 std::vector<float> &TrueInteractionList,
60 std::vector<edm::EventID> &eventInfoList,
int bunchSpacing)
override{
61 PileupInfo_ =
new PileupMixingContent(numInteractionList, bunchCrossingList, TrueInteractionList, eventInfoList, bunchSpacing);
68 void accumulateStripHits(
edm::Handle<std::vector<PSimHit> >,
const TrackerTopology *tTopo,
size_t globalSimHitIndex,
const unsigned int tofBin, CLHEP::HepRandomEngine*);
72 typedef std::map<unsigned int, std::vector<std::pair<const PSimHit*, int> >,std::less<unsigned int> >
simhit_map;
CLHEP::HepRandomEngine * randomEngine
const vstring trackerContainers
edm::ESHandle< TrackerGeometry > pDD
const bool zeroSuppression
std::vector< std::pair< int, std::bitset< 6 > > > theAffectedAPVvector
const std::string hitsProducer
std::map< uint32_t, std::vector< int > > theDetIdList
virtual void StorePileupInformation(std::vector< int > &numInteractionList, std::vector< int > &bunchCrossingList, std::vector< float > &TrueInteractionList, std::vector< edm::EventID > &eventInfoList, int bunchSpacing) override
std::map< std::string, size_t > crossingSimHitIndexOffset_
Offset to add to the index of each sim hit to account for which crossing it's in. ...
simhit_map::iterator simhit_map_iterator
Accumulator to perform digitisation on the strip tracker sim hits.
PileupMixingContent * PileupInfo_
std::unique_ptr< SiStripDigitizerAlgorithm > theDigiAlgo
edm::ESHandle< MagneticField > pSetup
const std::string geometryType
virtual PileupMixingContent * getEventPileupInfo() override
std::vector< std::string > vstring
const bool makeDigiSimLinks_
Whether or not to create the association to sim truth collection. Set in configuration.
std::map< unsigned int, std::vector< std::pair< const PSimHit *, int > >, std::less< unsigned int > > simhit_map
const std::string gainLabel
std::map< unsigned int, StripGeomDetUnit const * > detectorUnits
std::vector< CLHEP::HepRandomEngine * > randomEngines_