Definition at line 1722 of file trackingPlots.py.
def trackingPlots.TrackingIterationOrder.__init__ |
( |
|
self | ) |
|
def trackingPlots.TrackingIterationOrder.__call__ |
( |
|
self, |
|
|
|
tdirectory, |
|
|
|
labels |
|
) |
| |
Definition at line 1737 of file trackingPlots.py.
References DTCache< T, Coll >._cache, tkal_create_file_lists.FileListCreator._cache, L1MuDTTrackFinder._cache, L1MuBMTrackFinder._cache, DTTrig._cache, trackingPlots.TimePerEventPlot._cache, trackingPlots.TrackingIterationOrder._cache, trackingPlots.TrackingIterationOrder._findOrder(), list(), and FastTimerService_cff.range.
1739 f = tdirectory.GetFile()
1743 if not f.GetName()
in self.
_cache:
1747 self.
_cache[f.GetName()] = r
1748 order = self.
_cache[f.GetName()]
1754 orderIndices.append(labels.index(l))
1758 for i, l
in enumerate(labels):
1761 found = orderIndices.index(i)
1765 ret.append(orderIndices[0])
1767 ret.append(orderIndices[0])
def __call__(self, tdirectory, labels)
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
def trackingPlots.TrackingIterationOrder._findOrder |
( |
|
self, |
|
|
|
f |
|
) |
| |
|
private |
trackingPlots.TrackingIterationOrder._cache |
|
private |