Definition at line 1737 of file trackingPlots.py.
◆ __init__()
def trackingPlots.TrackingIterationOrder.__init__ |
( |
|
self | ) |
|
◆ __call__()
def trackingPlots.TrackingIterationOrder.__call__ |
( |
|
self, |
|
|
|
tdirectory, |
|
|
|
labels |
|
) |
| |
Definition at line 1752 of file trackingPlots.py.
1752 def __call__(self, tdirectory, labels):
1753 ret = list(
range(0, len(labels)))
1754 f = tdirectory.GetFile()
1758 if not f.GetName()
in self._cache:
1759 r = self._findOrder(f)
1762 self._cache[f.GetName()] = r
1763 order = self._cache[f.GetName()]
1769 orderIndices.append(labels.index(l))
1773 for i, l
in enumerate(labels):
1776 found = orderIndices.index(i)
1780 ret.append(orderIndices[0])
1782 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 |