20 std::string
const& procName,
24 processName_(procName),
25 parameterSetID_(pSetID),
26 releaseVersion_(relVersion),
30 std::string
const& procName,
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";
55 if(
pcid().isValid()) {
59 std::ostringstream oss;
61 std::string stringrep = oss.str();
80 while(iter != iEnd && isdigit(*iter) == 0) ++iter;
81 while(iter != iEnd && isdigit(*iter) != 0) ++iter;
82 while(iter != iEnd && isdigit(*iter) == 0) ++iter;
83 while(iter != iEnd && isdigit(*iter) != 0) ++iter;
84 if (iter == iEnd)
return;
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
ProcessConfigurationID id() const
void setParameterSetID(ParameterSetID const &pSetID)
void swap(Hash< I > &other)
PassID const & passID() const
ProcessConfigurationID & pcid() const
bool & isCurrentProcess() const
std::string const & processName() const
ParameterSetID parameterSetID_
ParameterSetID const & parameterSetID() const
Hash< ProcessConfigurationType > ProcessConfigurationID
Hash< ParameterSetType > ParameterSetID
ReleaseVersion releaseVersion_
ReleaseVersion const & releaseVersion() const
std::string toString() const
std::string ReleaseVersion
std::vector< std::vector< double > > tmp
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.