Classes | |
class | Registry |
struct | TypeTrans |
Functions | |
ParameterSetID const & | getProcessParameterSetID () |
void | setProcessParameterSetID (ParameterSetID const &id) |
Associated free functions. More... | |
Variables | |
static ParameterSetID | s_ProcessParameterSetID |
ParameterSetID const & edm::pset::getProcessParameterSetID | ( | ) |
Return the ParameterSetID of the top-level ParameterSet. Note the the returned ParameterSetID may be invalid; this will happen if the Registry has not yet been filled.
Definition at line 64 of file Registry.cc.
References edm::hlt::Exception, edm::Hash< I >::isValid(), edm::errors::LogicError, and s_ProcessParameterSetID.
Referenced by edm::StreamerOutputModuleBase::serializeRegistry().
void edm::pset::setProcessParameterSetID | ( | ParameterSetID const & | id | ) |
Associated free functions.
Save the ParameterSetID of the top-level ParameterSet.
Definition at line 76 of file Registry.cc.
References s_ProcessParameterSetID.
Referenced by edm::endpathsAreActive_().
|
static |
Definition at line 11 of file Registry.cc.
Referenced by edm::getProcessParameterSet(), getProcessParameterSetID(), and setProcessParameterSetID().