Definition at line 1717 of file trackingPlots.py.
def trackingPlots.TrackingIterationOrder.__init__ |
( |
|
self | ) |
|
def trackingPlots.TrackingIterationOrder.__call__ |
( |
|
self, |
|
|
|
tdirectory, |
|
|
|
labels |
|
) |
| |
Definition at line 1732 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(), and list().
1733 ret =
list(range(0, len(labels)))
1734 f = tdirectory.GetFile()
1738 if not f.GetName()
in self.
_cache:
1742 self.
_cache[f.GetName()] = r
1743 order = self.
_cache[f.GetName()]
1749 orderIndices.append(labels.index(l))
1753 for i, l
in enumerate(labels):
1756 found = orderIndices.index(i)
1760 ret.append(orderIndices[0])
1762 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 |