Definition at line 11 of file findBadModT9.py.
References relativeConstraints.keys, list(), and genParticles_cff.map.
Referenced by printall().
12 BadModpr=open(options.filenamePR,
'r') 19 prf = re.findall(
r'(SubDetector.*?\n\n.*?)(?:\n+^$|\Z)',bmpr,re.MULTILINE|re.DOTALL)
20 prf =
list(
map(
lambda x: re.split(
'\n+',x),prf))
31 findpr.pralld[k[0]]=prfd
35 findpr.prd=copy.deepcopy(findpr.pralld)
38 for k
in findpr.prd.keys():
40 for l
in findpr.prd[k].
keys():
41 if pcl
not in findpr.prd[k][l]:
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 list("!*","!HLTx*"if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL.It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of"!*"before the partial wildcard feature was incorporated).Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run