20 for (std::vector<ParameterSet>::const_iterator
i = vpset.begin(), e = vpset.end();
i != e; ++
i) {
26 tracked(rep[0] ==
'+'),
29 assert(rep[0] ==
'+' || rep[0] ==
'-');
30 std::vector<std::string>
temp;
32 std::string bracketedRepr(rep.begin()+2, rep.end());
33 split(std::back_inserter(temp), bracketedRepr,
'{',
',',
'}');
34 theIDs->reserve(temp.size());
35 for (std::vector<std::string>::const_iterator
i = temp.begin(), e = temp.end();
i != e; ++
i) {
45 result +=
tracked ?
"+q" :
"-q";
48 std::string
const between(
",");
49 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(), e =
theIDs->end();
i != e; ++
i) {
68 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(), e =
theIDs->end();
i != e; ++
i) {
80 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(), e =
theIDs->end();
i != e; ++
i) {
96 for (std::vector<ParameterSet>::iterator
i =
theVPSet->begin(), e =
theVPSet->end();
i != e; ++
i) {
97 if (!
i->isRegistered()) {
105 std::vector<ParameterSet>
const& vps = vpsetEntry.
vpset();
106 os <<
"VPSet "<<(vpsetEntry.
isTracked()?
"tracked":
"untracked")<<
" = ({" << std::endl;
108 std::string
const between(
",\n");
109 for(std::vector<ParameterSet>::const_iterator
i = vps.begin(), e = vps.end();
i != e; ++
i) {
ParameterSet const & getParameterSet(ParameterSetID const &id)
std::vector< ParameterSet > const & vpset() const
bool split(OutIter result, std::string const &string_to_split, char first, char sep, char last)
Hash< ParameterSetType > ParameterSetID
value_ptr< std::vector< ParameterSetID > > theIDs
value_ptr< std::vector< ParameterSet > > theVPSet
std::string toString() const
void registerPsetsAndUpdateIDs()
ParameterSet & psetInVector(int i)
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.