16 if( path[0] > 48 && path[0] <= 57 ) {
17 newPathStruct.
first = atoi(path.substr(0,path.find(
'-')).c_str());
18 newPathStruct.
last = atoi(path.substr(path.find(
'-')+1,path.find(
':')-path.find(
'-')-1).c_str());
19 newPathStruct.
pathName = path.substr(path.find(
':')+1);
26 for (std::vector<unsigned int>::const_iterator it =
indices_.begin(), ed =
indices_.end(); it != ed; ++it) {
27 if (result.
accept(*it))
return true;
35 std::vector<pathStruct>::const_iterator itp, bgp =
paths_.begin(), edp =
paths_.end();
36 for (
size_t i = 0,
n = names.
size();
i <
n; ++
i) {
38 for (itp = bgp; itp != edp; ++itp) {
39 if (thispath.find(itp->pathName) == 0 &&
event.id().run() >= itp->first &&
event.id().run() <= itp->last)
indices_.push_back(
i);
45 std::vector<pathStruct>::iterator itp, bgp =
paths_.begin(), edp =
paths_.end();
46 for (itp = bgp; itp != edp; ++itp) {
48 if (idx != std::string::npos) itp->pathName.erase(idx);
void rmstar()
executes a 'rm -rf *' in current directory
static const HistoName names[]
bool check(const edm::EventBase &event, const edm::TriggerResults &result) const
bool accept() const
Has at least one path accepted the event?
Strings::size_type size() const
std::vector< pathStruct > paths_
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
TriggerBitChecker(const std::string &path="DUMMY")
std::string const & triggerName(unsigned int index) const
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
std::vector< unsigned int > indices_
tuple size
Write out results.
pathStruct returnPathStruct(const std::string &path) const
void syncIndices(const edm::EventBase &event, const edm::TriggerResults &result) const
sync indices with path names