11 HLTPerformanceInfo::PathList::iterator
18 HLTPerformanceInfo::Modules::iterator
46 ModulesInPath::const_iterator
i =
paths_[pathnumber].begin();
47 for ( ; i !=
paths_[pathnumber].end(); ++
i ) {
59 ModulesInPath::const_iterator
i =
paths_[pathnumber].begin();
60 for ( ; i !=
paths_[pathnumber].end(); ++
i ) {
72 for ( Modules::const_iterator
i =
modules_.begin();
81 for ( Modules::const_iterator
i =
modules_.begin();
91 std::string slowpoke(
"unknown");
92 for ( Modules::const_iterator
i =
modules_.begin();
94 if (
i->time() >
t ) {
99 return slowpoke.c_str();
105 std::string slowpoke(
"unknown");
106 for ( Modules::const_iterator
i =
modules_.begin();
108 if (
i->cputime() >
t ) {
109 slowpoke =
i->name();
113 return slowpoke.c_str();
135 size_t j =
paths_[
p].getModuleIndex(m);
142 for (
size_t p = 0;
p <
paths_.size(); ++
p ) {
143 for (
size_t m = 0;
m <
paths_[
p].numberOfModules(); ++
m ) {
144 size_t modIndex =
paths_[
p].getModuleIndex(
m);
152 if (mCtr == 0)
return false ;
161 for ( ModulesInPath::const_iterator
j = p->begin();
j != p->end(); ++
j ) {
174 PathList::iterator
p =
findPath(pathName);
178 unsigned int ctr = 0;
179 for ( ModulesInPath::const_iterator
j = p->begin();
j != p->end(); ++
j ) {
181 unsigned int modIndex = 0 ;
187 if (p->status().accept()) {
190 if ( p->status().index() > ctr ) {
192 }
else if ( p->status().index() == ctr ) {
193 modState = p->status().state() ;
bool wasrun() const
was this path run?
HLTState
status of a trigger path
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
const T & max(const T &a, const T &b)
list mod
Load physics model.