|
dictionary | vertexPlots._common = {"xtitle": "Simulated interactions", "xmin": _minPU, "xmax": _maxPU, "ymin": _minVtx, "ymax": _maxVtx} |
| Extended set of plots. More...
|
|
tuple | vertexPlots._commonNumTracks = dict(title="", xtitle="Number of tracks", scale=1e4, ylog=True, ymin=_minMaxRes , ymax=_minMaxRes) |
|
tuple | vertexPlots._commonPt = copy.copy(_commonNumTracks) |
|
tuple | vertexPlots._commonPU = copy.copy(_commonZ) |
|
tuple | vertexPlots._commonXY = dict(xmin=[x*0.1 for x in range(-6, 6, 1)], xmax=[x*0.1 for x in range(-5, 7, 1)]) |
|
tuple | vertexPlots._commonZ = dict(xmin=[-60,-30], xmax=[30,60]) |
|
tuple | vertexPlots._effandfake |
|
tuple | vertexPlots._extDist |
|
tuple | vertexPlots._extDqm |
|
tuple | vertexPlots._extDqmDiff |
|
tuple | vertexPlots._extDqmErr |
|
tuple | vertexPlots._extGenpos |
|
tuple | vertexPlots._extPullPU |
|
tuple | vertexPlots._extPullZ |
|
tuple | vertexPlots._extResidualNumTracks |
|
tuple | vertexPlots._extResidualPt |
|
tuple | vertexPlots._extResidualPU |
|
tuple | vertexPlots._extResidualZ |
|
tuple | vertexPlots._extResolutionPU |
|
tuple | vertexPlots._extResolutionZ |
|
tuple | vertexPlots._k0_effandfake |
|
tuple | vertexPlots._k0_effandfakeTk |
|
tuple | vertexPlots._k0_mass |
|
tuple | vertexPlots._lambda_effandfake |
|
tuple | vertexPlots._lambda_effandfakeTk |
|
tuple | vertexPlots._lambda_mass |
|
float | vertexPlots._maxEff = 1.025 |
|
list | vertexPlots._maxFake = [0.05, 0.1, 0.2, 0.5, 0.7, 1.025] |
|
list | vertexPlots._maxPU = [60, 80, 100, 150, 200, 250] |
|
list | vertexPlots._maxPull = [1.1, 1.2, 1.5, 2] |
|
tuple | vertexPlots._maxVertexZ = list(range(20,70,10)) |
|
list | vertexPlots._maxVtx = [60, 100, 150, 200, 250] |
|
list | vertexPlots._minMaxPt = [5e-1, 1, 5, 1e1, 5e1, 1e2, 5e2, 1e3, 5e3, 1e4] |
|
list | vertexPlots._minMaxRes = [0.1, 0.5, 1, 5, 10, 50, 100, 200, 500, 1000, 2000, 5000] |
|
list | vertexPlots._minPU = [0, 10, 20, 40, 80, 120] |
|
list | vertexPlots._minPull = [0, 0.5, 0.8, 0.9] |
|
tuple | vertexPlots._minVertexZ = list(range(-60,-10,10)) |
|
list | vertexPlots._minVtx = [0, 80, 120] |
|
tuple | vertexPlots._pull |
|
tuple | vertexPlots._pullNumTracks |
|
tuple | vertexPlots._pullPt |
|
tuple | vertexPlots._puritymissing |
|
tuple | vertexPlots._pvtagging |
|
tuple | vertexPlots._recovsgen |
|
tuple | vertexPlots._resolution |
|
tuple | vertexPlots._resolutionNumTracks |
|
tuple | vertexPlots._resolutionPt |
|
tuple | vertexPlots._sumpt2 |
|
list | vertexPlots._v0Folders |
|
list | vertexPlots._vertexDqmFolders |
|
list | vertexPlots._vertexFolders |
|
string | vertexPlots._vertexNumberOfEventsHistogram = "DQMData/Run 1/Vertexing/Run summary/PrimaryVertexV/GenPV_Z" |
|
| vertexPlots.loopSubFolders = False, |
|
| vertexPlots.numberOfEventsHistogram = _vertexNumberOfEventsHistogram |
|
| vertexPlots.onlyForPileup = True, |
|
string | vertexPlots.page = "vertex" |
|
tuple | vertexPlots.plotter = Plotter() |
|
tuple | vertexPlots.plotterExt = Plotter() |
|
| vertexPlots.purpose = PlotPurpose.Vertexing, |
|
string | vertexPlots.section = "offlinePrimaryVertices" |
|