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 > | |
bool | insert (Storage &, ItemType *) |
template<class Key , class ItemType , class Storage , class IdTag > | |
bool | insert (Storage &, ItemType *, const IdTag &) |
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 * | |||
) |
bool edm::eventsetup::heterocontainer::insert | ( | Storage & | , |
ItemType * | , | ||
const IdTag & | |||
) |
Referenced by HcalLutManager::addLutMap(), JetTagMVAExtractor::analyze(), JetTagMVATreeTrainer::analyze(), JetTagMVATrainer::analyze(), CSCSegmentBuilder::build(), DCCTBDataMapper::buildSRPFields(), DCCTBDataMapper::buildTCCFields(), TowerBlockFormatter::DigiToRaw(), DetIdAssociator::fillSet(), RPCStripsRing::fillWithVirtualStrips(), HLTMuonValidator::findMatches(), HcalQIEManager::getHfQieTable(), edm::EventProcessor::init(), edm::Trie< T >::insert(), HcalPedestalAnalysis::per2CapsHists(), SETPatternRecognition::produce(), pat::PATObject< ObjectType >::setEfficiency(), and HcalLedAnalysis::SetupLEDHists().
Key edm::eventsetup::heterocontainer::makeKey | ( | const IdTag & | ) |
Referenced by edm::eventsetup::EventSetupProvider::insert().
Key edm::eventsetup::heterocontainer::makeKey | ( | ) |