Definition at line 1662 of file trackingPlots.py.
def trackingPlots.TrackingIterationOrder.__init__ |
( |
|
self | ) |
|
def trackingPlots.TrackingIterationOrder.__call__ |
( |
|
self, |
|
|
|
tdirectory, |
|
|
|
labels |
|
) |
| |
Definition at line 1677 of file trackingPlots.py.
References DTCache< T, Coll >._cache, mps_create_file_lists.FileListCreator._cache, L1MuDTTrackFinder._cache, L1MuBMTrackFinder._cache, DTTrig._cache, trackingPlots.TimePerEventPlot._cache, trackingPlots.TrackingIterationOrder._cache, and trackingPlots.TrackingIterationOrder._findOrder().
1678 ret = range(0, len(labels))
1679 f = tdirectory.GetFile()
1683 if not f.GetName()
in self.
_cache:
1687 self.
_cache[f.GetName()] = r
1688 order = self.
_cache[f.GetName()]
1694 orderIndices.append(labels.index(l))
1698 for i, l
in enumerate(labels):
1701 found = orderIndices.index(i)
1705 ret.append(orderIndices[0])
1707 ret.append(orderIndices[0])
def __call__(self, tdirectory, labels)
def trackingPlots.TrackingIterationOrder._findOrder |
( |
|
self, |
|
|
|
f |
|
) |
| |
|
private |
trackingPlots.TrackingIterationOrder._cache |
|
private |