24 processName_(procName),
25 parameterSetID_(pSetID),
26 releaseVersion_(relVersion),
33 processName_(procName),
35 releaseVersion_(relVersion),
42 <<
"Illegal attempt to access the process top level parameter set ID\n"
43 <<
"from the ProcessConfiguration before that parameter\n"
44 <<
"set has been frozen and registered. The parameter set\n"
45 <<
"can be changed during module validation, which occurs\n"
46 <<
"concurrently with module construction. The ID of the\n"
47 <<
"ProcessConfiguration itself also depends on that parameter\n"
48 <<
"set ID. It is illegal to access either before they are frozen.\n";
59 std::ostringstream oss;
87 while(iter != iEnd && isdigit(*iter) == 0) ++
iter;
88 while(iter != iEnd && isdigit(*iter) != 0) ++
iter;
89 while(iter != iEnd && isdigit(*iter) == 0) ++
iter;
90 while(iter != iEnd && isdigit(*iter) != 0) ++
iter;
91 if (iter == iEnd)
return;
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
ProcessConfigurationID setProcessConfigurationID()
ProcessConfigurationID id() const
void setParameterSetID(ParameterSetID const &pSetID)
PassID const & passID() const
std::string const & processName() const
ParameterSetID parameterSetID_
bool isCurrentProcess() const
ProcessConfigurationID pcid_
ParameterSetID const & parameterSetID() const
Hash< ProcessConfigurationType > ProcessConfigurationID
Hash< ParameterSetType > ParameterSetID
ReleaseVersion releaseVersion_
ReleaseVersion const & releaseVersion() const
std::string toString() const
std::string ReleaseVersion
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.