Definition at line 1734 of file trackingPlots.py.
◆ __init__()
def trackingPlots.TrackingIterationOrder.__init__ |
( |
|
self | ) |
|
◆ __call__()
def trackingPlots.TrackingIterationOrder.__call__ |
( |
|
self, |
|
|
|
tdirectory, |
|
|
|
labels |
|
) |
| |
Definition at line 1749 of file trackingPlots.py.
1749 def __call__(self, tdirectory, labels):
1750 ret = list(
range(0, len(labels)))
1751 f = tdirectory.GetFile()
1755 if not f.GetName()
in self._cache:
1756 r = self._findOrder(f)
1759 self._cache[f.GetName()] = r
1760 order = self._cache[f.GetName()]
1766 orderIndices.append(labels.index(l))
1770 for i, l
in enumerate(labels):
1773 found = orderIndices.index(i)
1777 ret.append(orderIndices[0])
1779 ret.append(orderIndices[0])
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 FastTimerService_cff.range.
◆ _findOrder()
def trackingPlots.TrackingIterationOrder._findOrder |
( |
|
self, |
|
|
|
f |
|
) |
| |
|
private |
◆ _cache
trackingPlots.TrackingIterationOrder._cache |
|
private |