#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 64 of file DetSetVector.h.
typedef std::vector<detset> edm::DetSetVector< T >::collection_type |
Definition at line 102 of file DetSetVector.h.
typedef collection_type::const_iterator edm::DetSetVector< T >::const_iterator |
Definition at line 108 of file DetSetVector.h.
typedef detset const& edm::DetSetVector< T >::const_reference |
Definition at line 105 of file DetSetVector.h.
typedef DetSet<T> edm::DetSetVector< T >::detset |
Definition at line 100 of file DetSetVector.h.
typedef collection_type::iterator edm::DetSetVector< T >::iterator |
Definition at line 107 of file DetSetVector.h.
typedef detset& edm::DetSetVector< T >::reference |
Definition at line 104 of file DetSetVector.h.
typedef collection_type::size_type edm::DetSetVector< T >::size_type |
Definition at line 109 of file DetSetVector.h.
typedef detset edm::DetSetVector< T >::value_type |
Definition at line 101 of file DetSetVector.h.
|
inline |
Create an empty DetSetVector.
Compiler-generated copy c'tor, d'tor and assignment are correct.
Definition at line 205 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 211 of file DetSetVector.h.
References edm::DetSetVector< T >::_sets, edm::DetSetVector< T >::_sort(), and input.
|
inlineprivate |
Sort the DetSet in order of increasing DetId.
Definition at line 415 of file DetSetVector.h.
References python.multivaluedict::sort().
Referenced by edm::DetSetVector< T >::DetSetVector().
|
inline |
Return an iterator to the first DetSet.
Definition at line 350 of file DetSetVector.h.
Referenced by edm::DataMixingSiPixelWorker::addSiPixelPileups(), edm::DataMixingSiPixelMCDigiWorker::addSiPixelPileups(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripMCDigiWorker::addSiStripPileups(), SiStripQualityHotStripIdentifier::algoAnalyze(), SiPixelDigiValid::analyze(), SiStripDigiValid::analyze(), SiStripBaselineValidator::analyze(), SiPixelHLTSource::analyze(), SiStripBaselineAnalyzer::analyze(), FWSiStripDigiProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), SiStripFineDelayHit::closestCluster(), SiStripMeanCMExtractor::CMExtractorFromPedestals(), APVShotFinder::computeShots(), SiStripAPVRestorer::CreateCMMapCMstored(), SiStripAPVRestorer::CreateCMMapRealPed(), sistrip::SpyDigiConverter::extractPayloadDigis(), SiPixelRawDataErrorModule::fill(), SiPixelCalibDigiProducer::fill(), SiPixelDigiModule::fill(), LaserAlignment::fillDataProfiles(), SiPixelRawDataErrorModule::fillFED(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), sistrip::FEDEmulator::fillNoises(), sistrip::FEDEmulator::fillPeds(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), cms::MTCCHLTrigger::filter(), RPCHitAssociator::findRPCDigiSimLink(), SiStripZeroSuppression::formatRawDigis(), RawDataConverter::GetDigis(), sistrip::SpyUtilities::getMajorityHeader(), RBCProcessRPCSimDigis::next(), SiStripProcessedRawDigiProducer::pr_process(), SiStripZeroSuppression::processRaw(), sistrip::FEDEmulatorModule::produce(), edm::DataMixingSiStripRawWorker::putSiStrip(), sistrip::SpyDigiConverter::reorderDigis(), SiPixelClusterProducer::run(), SiStripMeanCMExtractor::StoreMean(), sistrip::FEDEmulator::subtractPedestals(), SiStripProcessedRawDigiProducer::vr_process(), and SiStripProcessedRawDigiProducer::zs_process().
|
inline |
Definition at line 358 of file DetSetVector.h.
|
private |
DetSetVector requires that T objects can be compared with operator<.
|
inlinestatic |
Definition at line 192 of file DetSetVector.h.
|
inline |
Return true if we contain no DetSets.
Definition at line 280 of file DetSetVector.h.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
Return the off-the-end iterator.
Definition at line 365 of file DetSetVector.h.
Referenced by edm::DataMixingSiPixelWorker::addSiPixelPileups(), edm::DataMixingSiPixelMCDigiWorker::addSiPixelPileups(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripMCDigiWorker::addSiStripPileups(), SiStripQualityHotStripIdentifier::algoAnalyze(), SiPixelDigiValid::analyze(), SiStripDigiValid::analyze(), MuonTruth::analyze(), SiStripBaselineValidator::analyze(), SiPixelHLTSource::analyze(), SiStripSpyMonitorModule::analyze(), SiStripBaselineAnalyzer::analyze(), CSCHitAssociator::associateCSCHitId(), CSCHitAssociator::associateHitId(), FWSiStripDigiProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), SiStripFineDelayHit::closestCluster(), SiStripMeanCMExtractor::CMExtractorFromPedestals(), APVShotFinder::computeShots(), Types.LuminosityBlockRange::cppID(), Types.EventRange::cppID(), SiStripAPVRestorer::CreateCMMapCMstored(), SiStripAPVRestorer::CreateCMMapRealPed(), sistrip::SpyDigiConverter::extractPayloadDigis(), SiPixelRawDataErrorModule::fill(), SiPixelCalibDigiProducer::fill(), SiPixelDigiModule::fill(), SiStripCommissioningSource::fillCablingHistos(), LaserAlignment::fillDataProfiles(), SiPixelRawDataErrorModule::fillFED(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), SiStripCommissioningSource::fillHistos(), sistrip::FEDEmulator::fillNoises(), sistrip::FEDEmulator::fillPeds(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), RPCHitAssociator::findRPCDigiSimLink(), SiStripZeroSuppression::formatRawDigis(), RawDataConverter::GetDigis(), sistrip::SpyUtilities::getMajorityHeader(), sistrip::SpyEventMatcher::mergeMatchingData(), sistrip::SpyDigiConverter::mergeModuleChannels(), ShallowClustersProducer::NearDigis::NearDigis(), RBCProcessRPCSimDigis::next(), SiStripProcessedRawDigiProducer::pr_process(), SiStripZeroSuppression::processRaw(), sistrip::FEDEmulatorModule::produce(), edm::DataMixingSiStripRawWorker::putSiStrip(), sistrip::SpyDigiConverter::reorderDigis(), SiPixelClusterProducer::run(), SiStripMeanCMExtractor::StoreMean(), sistrip::FEDEmulator::subtractPedestals(), SiStripProcessedRawDigiProducer::vr_process(), and SiStripProcessedRawDigiProducer::zs_process().
|
inline |
Definition at line 373 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 420 of file DetSetVector.h.
References edm::detail::reallyFillView().
|
inline |
Return an iterator to the DetSet with the given id, or end() if there is no such DetSet.
Definition at line 294 of file DetSetVector.h.
References assert(), HLT_25ns14e33_v1_cff::distance, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by BeautifulSoup.Tag::__getattr__(), MuonTruth::analyze(), SiStripSpyMonitorModule::analyze(), CSCHitAssociator::associateCSCHitId(), CSCHitAssociator::associateHitId(), SiPixelRawDataErrorModule::fill(), SiPixelDigiModule::fill(), SiStripCommissioningSource::fillCablingHistos(), SiPixelRawDataErrorModule::fillFED(), LaserAlignmentT0ProducerDQM::FillFromProcessedDigis(), LaserAlignmentT0ProducerDQM::FillFromRawDigis(), SiStripCommissioningSource::fillHistos(), BeautifulSoup.Tag::firstText(), sistrip::SpyEventMatcher::mergeMatchingData(), sistrip::SpyDigiConverter::mergeModuleChannels(), and ShallowClustersProducer::NearDigis::NearDigis().
|
inline |
Definition at line 314 of file DetSetVector.h.
References assert(), HLT_25ns14e33_v1_cff::distance, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by BeautifulSoup.Tag::__getattr__(), and BeautifulSoup.Tag::firstText().
|
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 258 of file DetSetVector.h.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by PixelDataFormatter::interpretRawData().
|
inline |
Push all the id for each DetSet stored in this DetSetVector into the given vector 'result'.
Definition at line 381 of file DetSetVector.h.
References begin, end, and create_public_lumi_plots::transform.
|
inline |
Insert the given DetSet.
Definition at line 239 of file DetSetVector.h.
References lumiQTWidget::t.
Referenced by BeautifulSoup.PageElement::_invert(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripMCDigiWorker::addSiStripPileups(), SiStripProcessedRawDigiProducer::common_process(), RPCDigitizer::doAction(), and CSCDigitizer::doAction().
|
inline |
Definition at line 229 of file DetSetVector.h.
References edm::swap(), and groupFilesInBlocks::temp.
|
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 327 of file DetSetVector.h.
References edm::detail::_throw_range(), end, and spr::find().
|
inline |
Definition at line 339 of file DetSetVector.h.
References edm::detail::_throw_range(), end, and spr::find().
|
inline |
This function will be called by the edm::Event after the DetSetVector has been inserted into the Event.
Definition at line 395 of file DetSetVector.h.
References alignCSCRings::e, i, and python.multivaluedict::sort().
|
inline |
Definition at line 154 of file DetSetVector.h.
Referenced by edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripMCDigiWorker::addSiStripPileups(), edm::DataMixingSiStripWorker::addSiStripSignals(), edm::DataMixingSiStripMCDigiWorker::addSiStripSignals(), TrackerHitAssociator::Config::Config(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), and edm::DataMixingSiStripRawWorker::putSiStrip().
|
inline |
Return the number of contained DetSets.
Definition at line 287 of file DetSetVector.h.
Referenced by sistrip::SpyDigiConverter::extractPayloadDigis(), sistrip::SpyUtilities::getMajorityHeader(), ShallowClustersProducer::NearDigis::NearDigis(), sistrip::FEDEmulatorModule::produce(), and sistrip::SpyDigiConverter::reorderDigis().
void edm::DetSetVector< T >::swap | ( | DetSetVector< T > & | other | ) |
|
private |
Definition at line 196 of file DetSetVector.h.
|
private |
Definition at line 195 of file DetSetVector.h.
Referenced by edm::DetSetVector< T >::DetSetVector(), and edm::DetSetVector< SiStripDigi >::reserve().