Accumulator to perform digitisation on the strip tracker sim hits. More...
#include <SiStripDigitizer.h>
Public Member Functions | |
void | accumulate (edm::Event const &e, edm::EventSetup const &c) override |
void | accumulate (PileUpEventPrincipal const &e, edm::EventSetup const &c, edm::StreamID const &) override |
void | finalizeEvent (edm::Event &e, edm::EventSetup const &c) override |
PileupMixingContent * | getEventPileupInfo () override |
void | initializeEvent (edm::Event const &e, edm::EventSetup const &c) override |
SiStripDigitizer (const edm::ParameterSet &conf, edm::ProducerBase &mixMod, edm::ConsumesCollector &iC) | |
void | StorePileupInformation (std::vector< int > &numInteractionList, std::vector< int > &bunchCrossingList, std::vector< float > &TrueInteractionList, std::vector< edm::EventID > &eventInfoList, int bunchSpacing) override |
~SiStripDigitizer () override | |
Public Member Functions inherited from DigiAccumulatorMixMod | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) |
virtual void | beginRun (edm::Run const &run, edm::EventSetup const &setup) |
DigiAccumulatorMixMod () | |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) |
virtual void | endRun (edm::Run const &run, edm::EventSetup const &setup) |
virtual void | finalizeBunchCrossing (edm::Event &event, edm::EventSetup const &setup, int bunchCrossing) |
virtual void | initializeBunchCrossing (edm::Event const &event, edm::EventSetup const &setup, int bunchCrossing) |
virtual | ~DigiAccumulatorMixMod () |
Private Types | |
typedef std::map< unsigned int, std::vector< std::pair< const PSimHit *, int > >, std::less< unsigned int > > | simhit_map |
typedef simhit_map::iterator | simhit_map_iterator |
typedef std::vector< std::string > | vstring |
Private Member Functions | |
void | accumulateStripHits (edm::Handle< std::vector< PSimHit >>, const TrackerTopology *tTopo, size_t globalSimHitIndex, const unsigned int tofBin) |
Private Attributes | |
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. More... | |
std::map< unsigned int, StripGeomDetUnit const * > | detectorUnits |
const double | fracOfEventsToSimAPV_ |
Whether or not to create the association to sim truth collection. Set in configuration. More... | |
const std::string | gainLabel |
const std::string | geometryType |
const std::string | hitsProducer |
const bool | includeAPVSimulation_ |
const bool | makeDigiSimLinks_ |
edm::ESHandle< TrackerGeometry > | pDD |
std::unique_ptr< PileupMixingContent > | PileupInfo_ |
const std::string | PRDigi |
edm::ESHandle< MagneticField > | pSetup |
CLHEP::HepRandomEngine * | randomEngine_ = nullptr |
const std::string | SCDigi |
std::vector< std::pair< int, std::bitset< 6 > > > | theAffectedAPVvector |
std::map< uint32_t, std::vector< int > > | theDetIdList |
std::unique_ptr< SiStripDigitizerAlgorithm > | theDigiAlgo |
const vstring | trackerContainers |
const bool | useConfFromDB |
const std::string | VRDigi |
const bool | zeroSuppression |
const std::string | ZSDigi |
Accumulator to perform digitisation on the strip tracker sim hits.
Definition at line 45 of file SiStripDigitizer.h.
|
private |
Definition at line 74 of file SiStripDigitizer.h.
|
private |
Definition at line 75 of file SiStripDigitizer.h.
|
private |
Definition at line 73 of file SiStripDigitizer.h.
|
explicit |
Definition at line 60 of file SiStripDigitizer.cc.
References egammaCTFFinalFitWithMaterial_cff::alias, edm::ConsumesCollector::consumes(), Exception, hitsProducer, PRDigi, edm::ProductRegistryHelper::produces(), SCDigi, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, theDigiAlgo, trackerContainers, VRDigi, and ZSDigi.
|
override |
Definition at line 102 of file SiStripDigitizer.cc.
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 135 of file SiStripDigitizer.cc.
References accumulateStripHits(), crossingSimHitIndexOffset_, edm::InputTag::encode(), edm::EventSetup::get(), edm::Event::getByLabel(), StripDigiSimLink::HighTof, hitsProducer, edm::HandleBase::isValid(), StripDigiSimLink::LowTof, edm::ESHandle< T >::product(), trackerHits::simHits, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and trackerContainers.
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 160 of file SiStripDigitizer.cc.
References accumulateStripHits(), crossingSimHitIndexOffset_, edm::InputTag::encode(), edm::EventSetup::get(), PileUpEventPrincipal::getByLabel(), StripDigiSimLink::HighTof, hitsProducer, edm::HandleBase::isValid(), StripDigiSimLink::LowTof, PileupInfo_, edm::ESHandle< T >::product(), trackerHits::simHits, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, theDigiAlgo, and trackerContainers.
|
private |
Definition at line 104 of file SiStripDigitizer.cc.
References detectorUnits, MagneticField::inTesla(), GeomDetEnumerators::isTrackerStrip(), LogDebug, pSetup, randomEngine_, trackerHits::simHits, and theDigiAlgo.
Referenced by accumulate().
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 231 of file SiStripDigitizer.cc.
References TrackerGeometry::detUnits(), fracOfEventsToSimAPV_, gainLabel, edm::EventSetup::get(), includeAPVSimulation_, makeDigiSimLinks_, eostools::move(), convertSQLitetoXML_cfg::output, pDD, PRDigi, edm::ESHandle< T >::product(), edm::Event::put(), randomEngine_, SCDigi, theAffectedAPVvector, theDetIdList, theDigiAlgo, useConfFromDB, VRDigi, zeroSuppression, and ZSDigi.
|
inlineoverridevirtual |
Reimplemented from DigiAccumulatorMixMod.
Definition at line 65 of file SiStripDigitizer.h.
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 189 of file SiStripDigitizer.cc.
References SiStripDetCabling::addConnected(), crossingSimHitIndexOffset_, detectorUnits, TrackerGeometry::detUnits(), geometryType, edm::EventSetup::get(), edm::RandomNumberGenerator::getEngine(), pDD, pSetup, randomEngine_, edm::Event::streamID(), theAffectedAPVvector, theDetIdList, theDigiAlgo, and useConfFromDB.
|
inlineoverridevirtual |
Reimplemented from DigiAccumulatorMixMod.
Definition at line 56 of file SiStripDigitizer.h.
References genPUProtons_cfi::bunchCrossingList.
|
private |
Offset to add to the index of each sim hit to account for which crossing it's in.
I need to know what each sim hit index will be when the hits from all crossing frames are merged into one collection (assuming the MixingModule is configured to create the crossing frame for all sim hits). To do this I'll record how many hits were in each crossing, and then add that on to the index for a given hit in a given crossing. This assumes that the crossings are processed in the same order here as they are put into the crossing frame, which I'm pretty sure is true.
The key is the name of the sim hit collection.
Definition at line 100 of file SiStripDigitizer.h.
Referenced by accumulate(), and initializeEvent().
|
private |
Definition at line 106 of file SiStripDigitizer.h.
Referenced by accumulateStripHits(), and initializeEvent().
|
private |
Whether or not to create the association to sim truth collection. Set in configuration.
Definition at line 89 of file SiStripDigitizer.h.
Referenced by finalizeEvent().
|
private |
Definition at line 77 of file SiStripDigitizer.h.
Referenced by finalizeEvent().
|
private |
Definition at line 84 of file SiStripDigitizer.h.
Referenced by initializeEvent().
|
private |
Definition at line 78 of file SiStripDigitizer.h.
Referenced by accumulate(), and SiStripDigitizer().
|
private |
Definition at line 88 of file SiStripDigitizer.h.
Referenced by finalizeEvent().
|
private |
Definition at line 87 of file SiStripDigitizer.h.
Referenced by finalizeEvent().
|
private |
Definition at line 104 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and initializeEvent().
|
private |
Definition at line 110 of file SiStripDigitizer.h.
Referenced by accumulate().
|
private |
Definition at line 83 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and SiStripDigitizer().
|
private |
Definition at line 105 of file SiStripDigitizer.h.
Referenced by accumulateStripHits(), and initializeEvent().
|
private |
Definition at line 107 of file SiStripDigitizer.h.
Referenced by accumulateStripHits(), finalizeEvent(), and initializeEvent().
|
private |
Definition at line 81 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and SiStripDigitizer().
|
private |
Definition at line 108 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and initializeEvent().
|
private |
Definition at line 103 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and initializeEvent().
|
private |
Definition at line 102 of file SiStripDigitizer.h.
Referenced by accumulate(), accumulateStripHits(), finalizeEvent(), initializeEvent(), and SiStripDigitizer().
|
private |
Definition at line 79 of file SiStripDigitizer.h.
Referenced by accumulate(), and SiStripDigitizer().
|
private |
Definition at line 85 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and initializeEvent().
|
private |
Definition at line 82 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and SiStripDigitizer().
|
private |
Definition at line 86 of file SiStripDigitizer.h.
Referenced by finalizeEvent().
|
private |
Definition at line 80 of file SiStripDigitizer.h.
Referenced by finalizeEvent(), and SiStripDigitizer().