Classes | |
class | ProcessParameterSetIDCache |
struct | TypeTrans |
Typedefs | |
typedef detail::ThreadSafeRegistry < ParameterSetID, ParameterSet, ProcessParameterSetIDCache > | Registry |
typedef std::map < ParameterSetID, ParameterSetBlob > | regmap_type |
Functions | |
void | fillMap (Registry *reg, regmap_type &fillme) |
ParameterSetID | getProcessParameterSetID (Registry const *reg) |
Associated free functions. More... | |
typedef detail::ThreadSafeRegistry<ParameterSetID, ParameterSet, ProcessParameterSetIDCache> edm::pset::Registry |
Definition at line 37 of file Registry.h.
typedef std::map<ParameterSetID, ParameterSetBlob> edm::pset::regmap_type |
Fill the given map with the persistent form of each ParameterSet in the given registry.
Definition at line 49 of file Registry.h.
void edm::pset::fillMap | ( | Registry * | reg, |
regmap_type & | fillme | ||
) |
Definition at line 24 of file Registry.cc.
References edm::detail::ThreadSafeRegistry< KEY, T, E >::begin(), alignCSCRings::e, edm::detail::ThreadSafeRegistry< KEY, T, E >::end(), and i.
Referenced by EcalCondDBInterface::fetchConfigDataSet(), RunPTMTempDat::fetchData(), RunDat::fetchData(), RunCrystalErrorsDat::fetchData(), RunMemChErrorsDat::fetchData(), RunMemTTErrorsDat::fetchData(), RunPNErrorsDat::fetchData(), RunTTErrorsDat::fetchData(), MonH4TablePositionDat::fetchData(), RunConfigDat::fetchData(), RunLaserRunDat::fetchData(), RunFEConfigDat::fetchData(), RunTPGConfigDat::fetchData(), MonShapeQualityDat::fetchData(), RunCommentDat::fetchData(), DCUIDarkPedDat::fetchData(), CaliGeneralDat::fetchData(), DCUVFETempDat::fetchData(), DCUCapsuleTempDat::fetchData(), FEConfigSlidingDat::fetchData(), FEConfigSpikeDat::fetchData(), FEConfigTimingDat::fetchData(), FEConfigWeightDat::fetchData(), MODCCSFEDat::fetchData(), MODDCCOperationDat::fetchData(), MODCCSTRDat::fetchData(), FEConfigFgrDat::fetchData(), DCUIDarkDat::fetchData(), FEConfigLUTDat::fetchData(), CaliGainRatioDat::fetchData(), CaliHVScanRatioDat::fetchData(), DCUCapsuleTempRawDat::fetchData(), FEConfigFgrEETowerDat::fetchData(), FEConfigLinParamDat::fetchData(), MonDelaysTTDat::fetchData(), RunH4TablePositionDat::fetchData(), CaliTempDat::fetchData(), CaliCrystalIntercalDat::fetchData(), FEConfigLUTGroupDat::fetchData(), DCULVRBTempsDat::fetchData(), DCULVRTempsDat::fetchData(), FEConfigFgrEEStripDat::fetchData(), MonLaserStatusDat::fetchData(), MonOccupancyDat::fetchData(), MonLaserPulseDat::fetchData(), MonPedestalsOnlineDat::fetchData(), FEConfigPedDat::fetchData(), MonRunDat::fetchData(), FEConfigFgrParamDat::fetchData(), FEConfigLUTParamDat::fetchData(), MonPedestalOffsetsDat::fetchData(), RunDCSMagnetDat::fetchData(), FEConfigWeightGroupDat::fetchData(), MonCrystalConsistencyDat::fetchData(), FEConfigFgrGroupDat::fetchData(), MonLed2Dat::fetchData(), MonLaserBlueDat::fetchData(), MonLaserIRedDat::fetchData(), MonLaserRedDat::fetchData(), MonLed1Dat::fetchData(), FEConfigLinDat::fetchData(), MonPNPedDat::fetchData(), MonLaserGreenDat::fetchData(), FEConfigParamDat::fetchData(), MonMemChConsistencyDat::fetchData(), MODCCSHFDat::fetchData(), MonTTConsistencyDat::fetchData(), MonTestPulseDat::fetchData(), MonPedestalsDat::fetchData(), MonMemTTConsistencyDat::fetchData(), RunDCSLVDat::fetchData(), MonPNLed1Dat::fetchData(), MonPNRedDat::fetchData(), MonPNBlueDat::fetchData(), MonPNLed2Dat::fetchData(), MonPNIRedDat::fetchData(), MonPNMGPADat::fetchData(), MonPNGreenDat::fetchData(), MonPulseShapeDat::fetchData(), RunDCSHVDat::fetchData(), MODDCCDetailsDat::fetchData(), DCULVRVoltagesDat::fetchData(), DCUCCSDat::fetchData(), ITimingDat::fetchData(), EcalCondDBInterface::fetchDataSet(), EcalCondDBInterface::fetchDataSetWithMap(), EcalCondDBInterface::fetchDCSDataSet(), EcalCondDBInterface::fetchFEDelaysForRun(), RunDCSHVDat::fetchHistoricalData(), RunDCSMagnetDat::fetchLastData(), RunDCSLVDat::fetchLastData(), RunDCSHVDat::fetchLastData(), and edm::StreamSerializer::serializeRegistry().
ParameterSetID edm::pset::getProcessParameterSetID | ( | Registry const * | reg | ) |
Associated free functions.
Return the ParameterSetID of the top-level ParameterSet stored in the given Registry. Note the the returned ParameterSetID may be invalid; this will happen if the Registry has not yet been filled.
Definition at line 11 of file Registry.cc.
References edm::hlt::Exception, edm::detail::ThreadSafeRegistry< KEY, T, E >::extra(), edm::Hash< I >::isValid(), and edm::errors::LogicError.
Referenced by edm::getProcessParameterSet(), and edm::StreamerOutputModuleBase::serializeRegistry().