#include <DetSetVector.h>
Public Types | |
typedef std::vector< detset > | collection_type |
typedef collection_type::const_iterator | const_iterator |
typedef detset const & | const_reference |
typedef DetSet< T > | detset |
typedef collection_type::iterator | iterator |
typedef detset & | reference |
typedef collection_type::size_type | size_type |
typedef detset | value_type |
Public Member Functions | |
iterator | begin () |
Return an iterator to the first DetSet. More... | |
const_iterator | begin () const |
DetSetVector () | |
Create an empty DetSetVector. More... | |
DetSetVector (std::vector< DetSet< T > > &input, bool alreadySorted=false) | |
bool | empty () const |
Return true if we contain no DetSets. More... | |
iterator | end () |
Return the off-the-end iterator. More... | |
const_iterator | end () const |
void | fillView (ProductID const &id, std::vector< void const *> &pointers, FillViewHelperVector &helpers) const |
iterator | find (det_id_type id) |
const_iterator | find (det_id_type id) const |
reference | find_or_insert (det_id_type id) |
void | getIds (std::vector< det_id_type > &result) const |
void | insert (detset const &s) |
Insert the given DetSet. More... | |
DetSetVector & | operator= (DetSetVector const &other) |
reference | operator[] (det_id_type i) |
const_reference | operator[] (det_id_type i) const |
void | post_insert () |
void | reserve (size_t s) |
size_type | size () const |
Return the number of contained DetSets. More... | |
void | swap (DetSetVector &other) |
Static Public Member Functions | |
static short | Class_Version () |
Private Member Functions | |
void | _sort () |
Sort the DetSet in order of increasing DetId. More... | |
BOOST_CLASS_REQUIRE (T, boost, LessThanComparableConcept) | |
Private Attributes | |
edm::BoolCache | _alreadySorted |
collection_type | _sets |
Definition at line 61 of file DetSetVector.h.
typedef std::vector<detset> edm::DetSetVector< T >::collection_type |
Definition at line 96 of file DetSetVector.h.
typedef collection_type::const_iterator edm::DetSetVector< T >::const_iterator |
Definition at line 102 of file DetSetVector.h.
typedef detset const& edm::DetSetVector< T >::const_reference |
Definition at line 99 of file DetSetVector.h.
typedef DetSet<T> edm::DetSetVector< T >::detset |
Definition at line 94 of file DetSetVector.h.
typedef collection_type::iterator edm::DetSetVector< T >::iterator |
Definition at line 101 of file DetSetVector.h.
typedef detset& edm::DetSetVector< T >::reference |
Definition at line 98 of file DetSetVector.h.
typedef collection_type::size_type edm::DetSetVector< T >::size_type |
Definition at line 103 of file DetSetVector.h.
typedef detset edm::DetSetVector< T >::value_type |
Definition at line 95 of file DetSetVector.h.
|
inline |
Create an empty DetSetVector.
Compiler-generated copy c'tor, d'tor and assignment are correct.
Definition at line 194 of file DetSetVector.h.
|
inlineexplicit |
Create a DetSetVector by copying swapping in the given vector, and then sorting the contents. N.B.: Swapping in the vector destructively modifies the input. Using swap here allows us to avoid copying the data. N.B. 2: if you set alreadySorted to true, data must be sorted, (the vector<DetSet<T>> must be ordered by detid, and each DetSet must be ordered according to the natural "strict weak ordering" of Ts. You must not modify the contents after this DSV after creation, or you might get an undefined behavior / a core dump. (there are some checks to assure alreadySorted is resetted if you try to modify the DSV, but you should not count on them)
Definition at line 197 of file DetSetVector.h.
|
inlineprivate |
|
inline |
Return an iterator to the first DetSet.
Definition at line 314 of file DetSetVector.h.
Referenced by PreMixingSiPixelWorker::addPileups(), edm::DataMixingSiStripWorker::addSiStripPileups(), SiStripDigiValid::analyze(), SiPixelDigiValid::analyze(), SiStripBaselineValidator::analyze(), SiPixelHLTSource::analyze(), ClusterCount::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), edm::DetSetVector< TotemRPLocalTrack::FittedRecHit >::begin(), FWSiStripDigiProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), APVShotFinder::computeShots(), sistrip::SpyDigiConverter::extractPayloadDigis(), SiPixelRawDataErrorModule::fill(), SiPixelDigiModule::fill(), SiPixelCalibDigiProducer::fill(), LaserAlignment::fillDataProfiles(), SiPixelRawDataErrorModule::fillFED(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), Phase2TrackerValidateDigi::fillITPixelBXInfo(), Phase2TrackerMonitorDigi::fillITPixelDigiHistos(), Phase2TrackerValidateDigi::fillOTBXInfo(), Phase2TrackerMonitorDigi::fillOTDigiHistos(), sistrip::FEDEmulator::fillPeds(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), cms::MTCCHLTrigger::filter(), Phase2TrackerValidateDigi::findITPixelDigi(), Phase2TrackerValidateDigi::findOTDigi(), RPCHitAssociator::findRPCDigiSimLink(), RawDataConverter::GetDigis(), sistrip::SpyUtilities::getMajorityHeader(), SiPixelTrackResidualSource::getrococcupancy(), SiPixelClusterSource::getrococcupancy(), GEMDigiMatcher::matchDigisSLToSimTrack(), sistrip::FEDEmulatorModule::produce(), edm::DataMixingSiStripRawWorker::putSiStrip(), sistrip::SpyDigiConverter::reorderDigis(), TTClusterBuilder< T >::RetrieveRawHits(), and sistrip::FEDEmulator::subtractPedestals().
|
inline |
Definition at line 320 of file DetSetVector.h.
|
private |
DetSetVector requires that T objects can be compared with operator<.
|
inlinestatic |
Definition at line 183 of file DetSetVector.h.
|
inline |
Return true if we contain no DetSets.
Definition at line 254 of file DetSetVector.h.
Referenced by SiStripCommissioningSource::fillHistos().
|
inline |
Return the off-the-end iterator.
Definition at line 325 of file DetSetVector.h.
Referenced by PreMixingSiPixelWorker::addPileups(), edm::DataMixingSiStripWorker::addSiStripPileups(), SiStripDigiValid::analyze(), SiPixelDigiValid::analyze(), SiStripBaselineValidator::analyze(), MuonTruth::analyze(), SiPixelHLTSource::analyze(), ClusterCount::analyze(), SiStripSpyMonitorModule::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), CSCHitAssociator::associateCSCHitId(), CSCHitAssociator::associateHitId(), TrackerHitAssociator::associatePhase2TrackerRecHit(), TrackerHitAssociator::associatePixelRecHit(), GEMHitAssociator::associateRecHit(), FWSiStripDigiProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), SiStripMonitorTrack::clusterInfos(), APVShotFinder::computeShots(), Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), sistrip::SpyDigiConverter::extractPayloadDigis(), SiPixelRawDataErrorModule::fill(), SiPixelDigiModule::fill(), SiPixelCalibDigiProducer::fill(), SiStripCommissioningSource::fillCablingHistos(), LaserAlignment::fillDataProfiles(), SiPixelRawDataErrorModule::fillFED(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), SiStripCommissioningSource::fillHistos(), Phase2TrackerValidateDigi::fillITPixelBXInfo(), Phase2TrackerMonitorDigi::fillITPixelDigiHistos(), Phase2TrackerValidateDigi::fillOTBXInfo(), Phase2TrackerMonitorDigi::fillOTDigiHistos(), sistrip::FEDEmulator::fillPeds(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), Phase2TrackerValidateDigi::findITPixelDigi(), Phase2TrackerValidateDigi::findOTDigi(), RPCHitAssociator::findRPCDigiSimLink(), RawDataConverter::GetDigis(), sistrip::SpyUtilities::getMajorityHeader(), SiPixelTrackResidualSource::getrococcupancy(), SiPixelClusterSource::getrococcupancy(), Phase2TrackerValidateDigi::getSimTrackId(), GEMDigiMatcher::matchDigisSLToSimTrack(), sistrip::SpyEventMatcher::mergeMatchingData(), sistrip::SpyDigiConverter::mergeModuleChannels(), ShallowClustersProducer::NearDigis::NearDigis(), sistrip::FEDEmulatorModule::produce(), edm::DataMixingSiStripRawWorker::putSiStrip(), sistrip::SpyDigiConverter::reorderDigis(), TTClusterBuilder< T >::RetrieveRawHits(), and sistrip::FEDEmulator::subtractPedestals().
|
inline |
Definition at line 331 of file DetSetVector.h.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
void edm::DetSetVector< T >::fillView | ( | ProductID const & | id, |
std::vector< void const *> & | pointers, | ||
FillViewHelperVector & | helpers | ||
) | const |
Definition at line 362 of file DetSetVector.h.
|
inline |
Return an iterator to the DetSet with the given id, or end() if there is no such DetSet.
Definition at line 264 of file DetSetVector.h.
Referenced by MuonTruth::analyze(), SiStripSpyMonitorModule::analyze(), CSCHitAssociator::associateCSCHitId(), CSCHitAssociator::associateHitId(), TrackerHitAssociator::associatePhase2TrackerRecHit(), TrackerHitAssociator::associatePixelRecHit(), GEMHitAssociator::associateRecHit(), SiStripMonitorTrack::clusterInfos(), SiStripCommissioningSource::fillCablingHistos(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), SiStripCommissioningSource::fillHistos(), Phase2TrackerValidateDigi::findITPixelDigi(), Phase2TrackerValidateDigi::findOTDigi(), SiPixelTrackResidualSource::getrococcupancy(), SiPixelClusterSource::getrococcupancy(), Phase2TrackerValidateDigi::getSimTrackId(), sistrip::SpyEventMatcher::mergeMatchingData(), sistrip::SpyDigiConverter::mergeModuleChannels(), ShallowClustersProducer::NearDigis::NearDigis(), and edm::refhelper::FindForDetSetVector< T >::operator()().
|
inline |
Definition at line 282 of file DetSetVector.h.
|
inline |
Find the DetSet with the given DetId, and return a reference to it. If there is none, create one with the right DetId, and an empty vector, and return a reference to the new one.
Definition at line 234 of file DetSetVector.h.
Referenced by TotemRPUVPattern::addHit(), CTPPSPixelLocalTrack::addHit(), CTPPSPixelDataFormatter::interpretRawData(), PixelDataFormatter::interpretRawData(), PPSDirectProtonSimulation::processProton(), TotemRPUVPatternFinder::produce(), CTPPSPixelLocalTrackProducer::produce(), SiPixelRawToDigi::produce(), RawToDigiConverter::run(), and PixelDataFormatter::unpackFEDErrors().
|
inline |
Push all the id for each DetSet stored in this DetSetVector into the given vector 'result'.
Definition at line 336 of file DetSetVector.h.
|
inline |
Insert the given DetSet.
Definition at line 220 of file DetSetVector.h.
Referenced by SequenceTypes.Schedule::_replaceIfHeldDirectly(), PreMixingSiPixelWorker::addPileups(), edm::DataMixingSiStripWorker::addSiStripPileups(), IRPCDigitizer::doAction(), RPCDigitizer::doAction(), and CSCDigitizer::doAction().
DetSetVector& edm::DetSetVector< T >::operator= | ( | DetSetVector< T > const & | other | ) |
|
inline |
Return a reference to the DetSet with the given detector ID. If there is no such DetSet, we throw an edm::Exception. DO NOT MODIFY THE id DATA MEMBER OF THE REFERENCED DetSet!
Definition at line 293 of file DetSetVector.h.
|
inline |
Definition at line 304 of file DetSetVector.h.
|
inline |
This function will be called by the edm::Event after the DetSetVector has been inserted into the Event.
Definition at line 342 of file DetSetVector.h.
|
inline |
Definition at line 147 of file DetSetVector.h.
Referenced by PreMixingSiStripWorker::addSignals(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripWorker::addSiStripSignals(), TrackerHitAssociator::Config::Config(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), and edm::DataMixingSiStripRawWorker::putSiStrip().
|
inline |
Return the number of contained DetSets.
Definition at line 259 of file DetSetVector.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), HitEff::analyze(), sistrip::SpyDigiConverter::extractPayloadDigis(), sistrip::SpyUtilities::getMajorityHeader(), ShallowClustersProducer::NearDigis::NearDigis(), sistrip::FEDEmulatorModule::produce(), and sistrip::SpyDigiConverter::reorderDigis().
void edm::DetSetVector< T >::swap | ( | DetSetVector< T > & | other | ) |
Referenced by sistrip::SpyUnpacker::createDigis(), and sistrip::RawToDigiUnpacker::update().
|
private |
Definition at line 187 of file DetSetVector.h.
|
private |
Definition at line 186 of file DetSetVector.h.
Referenced by edm::DetSetVector< TotemRPLocalTrack::FittedRecHit >::reserve().