22 for (std::vector<ParameterSet>::const_iterator
i = vpset.begin(),
e = vpset.end();
i !=
e; ++
i) {
28 tracked(rep[0] ==
'+'),
31 assert(rep[0] ==
'+' || rep[0] ==
'-');
32 std::vector<std::string>
temp;
34 std::string bracketedRepr(rep.begin()+2, rep.end());
35 split(std::back_inserter(temp), bracketedRepr,
'{',
',',
'}');
36 theIDs->reserve(temp.size());
37 for (std::vector<std::string>::const_iterator
i = temp.begin(),
e = temp.end();
i !=
e; ++
i) {
47 result +=
tracked ?
"+q" :
"-q";
51 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(),
e =
theIDs->end();
i !=
e; ++
i) {
64 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(),
e =
theIDs->end();
i !=
e; ++
i) {
84 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(),
e =
theIDs->end();
i !=
e; ++
i) {
96 for (std::vector<ParameterSetID>::const_iterator
i =
theIDs->begin(),
e =
theIDs->end();
i !=
e; ++
i) {
113 if (!
i->isRegistered()) {
122 std::ostringstream os;
123 std::vector<ParameterSet>
const& vps =
vpset();
124 os <<
"VPSet "<<(
isTracked()?
"tracked":
"untracked")<<
" = ({" << std::endl;
127 for(std::vector<ParameterSet>::const_iterator
i = vps.begin(),
e = vps.end();
i !=
e; ++
i) {
128 os << start << indentation <<
i->dump(indent);
134 os << indentation <<
"})";
139 os << vpsetEntry.
dump();
tuple start
Check for commandline option errors.
std::string dump(unsigned int indent=0) const
ParameterSet const & getParameterSet(ParameterSetID const &id)
void toDigest(cms::Digest &digest) const
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.
void append(std::string const &s)