Definition at line 1689 of file trackingPlots.py.
def trackingPlots.TrackingIterationOrder.__init__ |
( |
|
self | ) |
|
def trackingPlots.TrackingIterationOrder.__call__ |
( |
|
self, |
|
|
|
tdirectory, |
|
|
|
labels |
|
) |
| |
Definition at line 1704 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().
1705 ret = range(0, len(labels))
1706 f = tdirectory.GetFile()
1710 if not f.GetName()
in self.
_cache:
1714 self.
_cache[f.GetName()] = r
1715 order = self.
_cache[f.GetName()]
1721 orderIndices.append(labels.index(l))
1725 for i, l
in enumerate(labels):
1728 found = orderIndices.index(i)
1732 ret.append(orderIndices[0])
1734 ret.append(orderIndices[0])
def __call__(self, tdirectory, labels)
def trackingPlots.TrackingIterationOrder._findOrder |
( |
|
self, |
|
|
|
f |
|
) |
| |
|
private |
trackingPlots.TrackingIterationOrder._cache |
|
private |