Classes | |
class | HCTypeTag |
struct | type_from_itemtype |
Functions | |
template<class Key , class ItemType , class Storage , class IdTag > | |
ItemType * | find (const Storage &, const IdTag &) |
template<class Key , class ItemType , class Storage > | |
ItemType * | find (const Storage &) |
template<class Key , class ItemType , class Storage , class IdTag > | |
bool | insert (Storage &, ItemType *, const IdTag &) |
template<class Key , class ItemType , class Storage > | |
bool | insert (Storage &, ItemType *) |
template<class Type , class Key , class IdTag > | |
Key | makeKey (const IdTag &) |
template<class Type , class Key > | |
Key | makeKey () |
ItemType* edm::eventsetup::heterocontainer::find | ( | const Storage & | , |
const IdTag & | |||
) |
ItemType* edm::eventsetup::heterocontainer::find | ( | const Storage & | ) |
bool edm::eventsetup::heterocontainer::insert | ( | Storage & | , |
ItemType * | , | ||
const IdTag & | |||
) |
Referenced by BeautifulSoup.PageElement::_invert(), HcalLutManager::addLutMap(), pfTools::addPFCandidates(), cmsswVersionTools.Run52xOn51xTrigger::apply(), CSCSegmentBuilder::build(), DCCTBDataMapper::buildSRPFields(), DCCTBDataMapper::buildTCCFields(), TowerBlockFormatter::DigiToRaw(), RPCStripsRing::fillWithVirtualStrips(), HLTMuonPlotter::findMatches(), HcalQIEManager::getHfQieTable(), edm::EventProcessor::init(), edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >::insert(), edm::Trie< T >::insert(), CastorPedestalAnalysis::per2CapsHists(), HcalPedestalAnalysis::per2CapsHists(), SETPatternRecognition::produce(), Vispa.Views.LineDecayView.LineDecayContainer::select(), pat::PATObject< ObjectType >::setEfficiency(), CastorLedAnalysis::SetupLEDHists(), HcalLedAnalysis::SetupLEDHists(), trigTools.SwitchOnTrigger::toolCode(), trigTools.SwitchOnTriggerStandAlone::toolCode(), trigTools.SwitchOnTriggerMatching::toolCode(), trigTools.SwitchOnTriggerMatchingStandAlone::toolCode(), trigTools.SwitchOnTriggerMatchEmbedding::toolCode(), and VoronoiAlgorithm::voronoi_area_incident().
bool edm::eventsetup::heterocontainer::insert | ( | Storage & | , |
ItemType * | |||
) |
Key edm::eventsetup::heterocontainer::makeKey | ( | const IdTag & | ) |
Referenced by edm::eventsetup::EventSetupProvider::insert().
Key edm::eventsetup::heterocontainer::makeKey | ( | ) |