Classes | |
class | TrackingPlotFolder |
Functions | |
def | _appendTrackingPlots |
def | _collhelper |
def | _mapCollectionToAlgoQuality |
def | _summaryBinRename |
def | _trackingFolders |
Variables | |
tuple | _chargemisid |
tuple | _collLabelMap = collections.OrderedDict(map(_collhelper, ["generalTracks"]+_possibleTrackingColls)) |
tuple | _collLabelMapHp = collections.OrderedDict(map(_collhelper, ["generalTracks"]+filter(lambda n: "Step" in n, _possibleTrackingColls))) |
dictionary | _common = {"ymin": 0, "ymax": _maxEff} |
PackedCandidate plots. More... | |
dictionary | _common2 = {} |
dictionary | _commonAB |
dictionary | _commonN = {"ylog": True, "ymin": _minMaxN, "ymax": _minMaxN} |
tuple | _dedx |
tuple | _dupandfake1 |
tuple | _dupandfake2 |
tuple | _dupandfake3 |
tuple | _dupandfake4 |
tuple | _effandfake1 |
tuple | _effandfake2 |
tuple | _effandfake3 |
tuple | _effvspos |
tuple | _hitsAndPt |
tuple | _iterModuleMap |
list | _maxEff = [0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 0.8, 1.025] |
Per track collection plots. More... | |
list | _maxFake = [0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 0.8, 1.025] |
list | _minMaxN = [5e-1, 5, 5e1, 5e2, 5e3, 5e4, 5e5, 5e6, 5e7, 5e8, 5e9] |
list | _minMaxResol = [1e-5, 4e-5, 1e-4, 4e-4, 1e-3, 4e-3, 1e-2, 4e-2, 0.1, 0.4, 1] |
tuple | _packedCandidateFlow |
tuple | _packedCandidateHits |
tuple | _packedCandidateMomVert |
tuple | _packedCandidateParam1 |
tuple | _packedCandidateParam2 |
list | _packedCandidatePlots |
tuple | _pixelTiming |
list | _possibleTrackingColls |
Summary plots. More... | |
tuple | _pulls |
tuple | _pvassociation1 |
tuple | _pvassociation2 |
tuple | _pvassociation3 |
list | _recoBasedPlots |
tuple | _resolutionsEta |
tuple | _resolutionsPt |
list | _simBasedPlots |
tuple | _summary |
tuple | _summaryHp |
tuple | _summaryN |
tuple | _summaryNHp |
list | _summaryPlots |
list | _summaryPlotsHp |
tuple | _timing |
tuple | _tplifetime |
tuple | _tuning |
tuple | plotter = Plotter() |
tuple | timePlotter = Plotter() |
tuple | tpPlotter = Plotter() |
|
private |
Definition at line 493 of file trackingPlots.py.
References _trackingFolders().
|
private |
Definition at line 297 of file trackingPlots.py.
|
private |
Definition at line 275 of file trackingPlots.py.
Referenced by _summaryBinRename(), and trackingPlots.TrackingPlotFolder.translateSubFolder().
|
private |
Definition at line 301 of file trackingPlots.py.
References _mapCollectionToAlgoQuality().
|
private |
tuple trackingPlots._chargemisid |
Definition at line 204 of file trackingPlots.py.
tuple trackingPlots._collLabelMap = collections.OrderedDict(map(_collhelper, ["generalTracks"]+_possibleTrackingColls)) |
Definition at line 299 of file trackingPlots.py.
tuple trackingPlots._collLabelMapHp = collections.OrderedDict(map(_collhelper, ["generalTracks"]+filter(lambda n: "Step" in n, _possibleTrackingColls))) |
Definition at line 300 of file trackingPlots.py.
dictionary trackingPlots._common = {"ymin": 0, "ymax": _maxEff} |
PackedCandidate plots.
Definition at line 64 of file trackingPlots.py.
dictionary trackingPlots._common2 = {} |
Definition at line 135 of file trackingPlots.py.
dictionary trackingPlots._commonAB |
Definition at line 315 of file trackingPlots.py.
dictionary trackingPlots._commonN = {"ylog": True, "ymin": _minMaxN, "ymax": _minMaxN} |
Definition at line 317 of file trackingPlots.py.
tuple trackingPlots._dedx |
Definition at line 195 of file trackingPlots.py.
tuple trackingPlots._dupandfake1 |
Definition at line 74 of file trackingPlots.py.
tuple trackingPlots._dupandfake2 |
Definition at line 85 of file trackingPlots.py.
tuple trackingPlots._dupandfake3 |
Definition at line 104 of file trackingPlots.py.
tuple trackingPlots._dupandfake4 |
Definition at line 123 of file trackingPlots.py.
tuple trackingPlots._effandfake1 |
Definition at line 20 of file trackingPlots.py.
tuple trackingPlots._effandfake2 |
Definition at line 32 of file trackingPlots.py.
tuple trackingPlots._effandfake3 |
Definition at line 48 of file trackingPlots.py.
tuple trackingPlots._effvspos |
Definition at line 65 of file trackingPlots.py.
tuple trackingPlots._hitsAndPt |
Definition at line 213 of file trackingPlots.py.
tuple trackingPlots._iterModuleMap |
Definition at line 521 of file trackingPlots.py.
list trackingPlots._maxEff = [0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 0.8, 1.025] |
Per track collection plots.
Definition at line 13 of file trackingPlots.py.
list trackingPlots._maxFake = [0.01, 0.02, 0.05, 0.1, 0.2, 0.5, 0.8, 1.025] |
Definition at line 14 of file trackingPlots.py.
list trackingPlots._minMaxN = [5e-1, 5, 5e1, 5e2, 5e3, 5e4, 5e5, 5e6, 5e7, 5e8, 5e9] |
Definition at line 18 of file trackingPlots.py.
list trackingPlots._minMaxResol = [1e-5, 4e-5, 1e-4, 4e-4, 1e-3, 4e-3, 1e-2, 4e-2, 0.1, 0.4, 1] |
Definition at line 17 of file trackingPlots.py.
tuple trackingPlots._packedCandidateFlow |
Definition at line 362 of file trackingPlots.py.
tuple trackingPlots._packedCandidateHits |
Definition at line 369 of file trackingPlots.py.
tuple trackingPlots._packedCandidateMomVert |
Definition at line 382 of file trackingPlots.py.
tuple trackingPlots._packedCandidateParam1 |
Definition at line 392 of file trackingPlots.py.
tuple trackingPlots._packedCandidateParam2 |
Definition at line 400 of file trackingPlots.py.
list trackingPlots._packedCandidatePlots |
Definition at line 485 of file trackingPlots.py.
tuple trackingPlots._pixelTiming |
Definition at line 620 of file trackingPlots.py.
list trackingPlots._possibleTrackingColls |
tuple trackingPlots._pulls |
Definition at line 228 of file trackingPlots.py.
tuple trackingPlots._pvassociation1 |
Definition at line 142 of file trackingPlots.py.
tuple trackingPlots._pvassociation2 |
Definition at line 165 of file trackingPlots.py.
tuple trackingPlots._pvassociation3 |
Definition at line 178 of file trackingPlots.py.
list trackingPlots._recoBasedPlots |
Definition at line 461 of file trackingPlots.py.
tuple trackingPlots._resolutionsEta |
Definition at line 239 of file trackingPlots.py.
tuple trackingPlots._resolutionsPt |
Definition at line 247 of file trackingPlots.py.
list trackingPlots._simBasedPlots |
Definition at line 455 of file trackingPlots.py.
tuple trackingPlots._summary |
Definition at line 319 of file trackingPlots.py.
tuple trackingPlots._summaryHp |
Definition at line 338 of file trackingPlots.py.
tuple trackingPlots._summaryN |
Definition at line 329 of file trackingPlots.py.
tuple trackingPlots._summaryNHp |
Definition at line 347 of file trackingPlots.py.
list trackingPlots._summaryPlots |
Definition at line 477 of file trackingPlots.py.
list trackingPlots._summaryPlotsHp |
Definition at line 481 of file trackingPlots.py.
tuple trackingPlots._timing |
Definition at line 612 of file trackingPlots.py.
tuple trackingPlots._tplifetime |
Definition at line 634 of file trackingPlots.py.
tuple trackingPlots._tuning |
Definition at line 221 of file trackingPlots.py.
tuple trackingPlots.plotter = Plotter() |
Definition at line 492 of file trackingPlots.py.
tuple trackingPlots.timePlotter = Plotter() |
Definition at line 624 of file trackingPlots.py.
tuple trackingPlots.tpPlotter = Plotter() |
Definition at line 639 of file trackingPlots.py.