Classes | |
class | VertexSummaryTable |
class | VertexValidation |
Variables | |
dictionary | _common = {"xtitle": "Simulated interactions", "xmin": _minPU, "xmax": _maxPU, "ymin": _minVtx, "ymax": _maxVtx} |
Extended set of plots. More... | |
tuple | _commonNumTracks = dict(title="", xtitle="Number of tracks", scale=1e4, ylog=True, ymin=_minMaxRes , ymax=_minMaxRes) |
tuple | _commonPt = copy.copy(_commonNumTracks) |
tuple | _commonPU = copy.copy(_commonZ) |
tuple | _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 | _commonZ = dict(xmin=[-60,-30], xmax=[30,60]) |
tuple | _effandfake |
tuple | _extDist |
tuple | _extDqm |
tuple | _extDqmDiff |
tuple | _extDqmErr |
tuple | _extGenpos |
tuple | _extPullPU |
tuple | _extPullZ |
tuple | _extResidualNumTracks |
tuple | _extResidualPt |
tuple | _extResidualPU |
tuple | _extResidualZ |
tuple | _extResolutionPU |
tuple | _extResolutionZ |
tuple | _k0_effandfake |
tuple | _k0_effandfakeTk |
tuple | _k0_mass |
tuple | _lambda_effandfake |
tuple | _lambda_effandfakeTk |
tuple | _lambda_mass |
float | _maxEff = 1.025 |
list | _maxFake = [0.05, 0.1, 0.2, 0.5, 0.7, 1.025] |
list | _maxPU = [60, 80, 100, 150, 200, 250] |
list | _maxPull = [1.1, 1.2, 1.5, 2] |
tuple | _maxVertexZ = list(range(20,70,10)) |
list | _maxVtx = [60, 100, 150, 200, 250] |
list | _minMaxPt = [5e-1, 1, 5, 1e1, 5e1, 1e2, 5e2, 1e3, 5e3, 1e4] |
list | _minMaxRes = [0.1, 0.5, 1, 5, 10, 50, 100, 200, 500, 1000, 2000, 5000] |
list | _minPU = [0, 10, 20, 40, 80, 120] |
list | _minPull = [0, 0.5, 0.8, 0.9] |
tuple | _minVertexZ = list(range(-60,-10,10)) |
list | _minVtx = [0, 80, 120] |
tuple | _pull |
tuple | _pullNumTracks |
tuple | _pullPt |
tuple | _puritymissing |
tuple | _pvtagging |
tuple | _recovsgen |
tuple | _resolution |
tuple | _resolutionNumTracks |
tuple | _resolutionPt |
tuple | _sumpt2 |
list | _v0Folders |
list | _vertexDqmFolders |
list | _vertexFolders |
string | _vertexNumberOfEventsHistogram = "DQMData/Run 1/Vertexing/Run summary/PrimaryVertexV/GenPV_Z" |
loopSubFolders = False, | |
numberOfEventsHistogram = _vertexNumberOfEventsHistogram | |
onlyForPileup = True, | |
string | page = "vertex" |
tuple | plotter = Plotter() |
tuple | plotterExt = Plotter() |
purpose = PlotPurpose.Vertexing, | |
string | section = "offlinePrimaryVertices" |
tuple vertexPlots._common = {"xtitle": "Simulated interactions", "xmin": _minPU, "xmax": _maxPU, "ymin": _minVtx, "ymax": _maxVtx} |
Extended set of plots.
Definition at line 25 of file vertexPlots.py.
tuple vertexPlots._commonNumTracks = dict(title="", xtitle="Number of tracks", scale=1e4, ylog=True, ymin=_minMaxRes , ymax=_minMaxRes) |
Definition at line 64 of file vertexPlots.py.
tuple vertexPlots._commonPt = copy.copy(_commonNumTracks) |
Definition at line 78 of file vertexPlots.py.
tuple vertexPlots._commonPU = copy.copy(_commonZ) |
Definition at line 243 of file vertexPlots.py.
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)]) |
Definition at line 209 of file vertexPlots.py.
tuple vertexPlots._commonZ = dict(xmin=[-60,-30], xmax=[30,60]) |
Definition at line 210 of file vertexPlots.py.
tuple vertexPlots._effandfake |
Definition at line 42 of file vertexPlots.py.
tuple vertexPlots._extDist |
Definition at line 221 of file vertexPlots.py.
tuple vertexPlots._extDqm |
Definition at line 342 of file vertexPlots.py.
tuple vertexPlots._extDqmDiff |
Definition at line 348 of file vertexPlots.py.
tuple vertexPlots._extDqmErr |
Definition at line 355 of file vertexPlots.py.
tuple vertexPlots._extGenpos |
Definition at line 213 of file vertexPlots.py.
tuple vertexPlots._extPullPU |
Definition at line 273 of file vertexPlots.py.
tuple vertexPlots._extPullZ |
Definition at line 259 of file vertexPlots.py.
tuple vertexPlots._extResidualNumTracks |
Definition at line 287 of file vertexPlots.py.
tuple vertexPlots._extResidualPt |
Definition at line 301 of file vertexPlots.py.
tuple vertexPlots._extResidualPU |
Definition at line 329 of file vertexPlots.py.
tuple vertexPlots._extResidualZ |
Definition at line 315 of file vertexPlots.py.
tuple vertexPlots._extResolutionPU |
Definition at line 245 of file vertexPlots.py.
tuple vertexPlots._extResolutionZ |
Definition at line 230 of file vertexPlots.py.
tuple vertexPlots._k0_effandfake |
Definition at line 155 of file vertexPlots.py.
tuple vertexPlots._k0_effandfakeTk |
Definition at line 163 of file vertexPlots.py.
tuple vertexPlots._k0_mass |
Definition at line 174 of file vertexPlots.py.
tuple vertexPlots._lambda_effandfake |
Definition at line 181 of file vertexPlots.py.
tuple vertexPlots._lambda_effandfakeTk |
Definition at line 189 of file vertexPlots.py.
tuple vertexPlots._lambda_mass |
Definition at line 199 of file vertexPlots.py.
float vertexPlots._maxEff = 1.025 |
Definition at line 13 of file vertexPlots.py.
list vertexPlots._maxFake = [0.05, 0.1, 0.2, 0.5, 0.7, 1.025] |
Definition at line 14 of file vertexPlots.py.
list vertexPlots._maxPU = [60, 80, 100, 150, 200, 250] |
Definition at line 10 of file vertexPlots.py.
list vertexPlots._maxPull = [1.1, 1.2, 1.5, 2] |
Definition at line 19 of file vertexPlots.py.
tuple vertexPlots._maxVertexZ = list(range(20,70,10)) |
Definition at line 21 of file vertexPlots.py.
list vertexPlots._maxVtx = [60, 100, 150, 200, 250] |
Definition at line 12 of file vertexPlots.py.
list vertexPlots._minMaxPt = [5e-1, 1, 5, 1e1, 5e1, 1e2, 5e2, 1e3, 5e3, 1e4] |
Definition at line 17 of file vertexPlots.py.
list vertexPlots._minMaxRes = [0.1, 0.5, 1, 5, 10, 50, 100, 200, 500, 1000, 2000, 5000] |
Definition at line 15 of file vertexPlots.py.
list vertexPlots._minPU = [0, 10, 20, 40, 80, 120] |
Definition at line 9 of file vertexPlots.py.
list vertexPlots._minPull = [0, 0.5, 0.8, 0.9] |
Definition at line 18 of file vertexPlots.py.
tuple vertexPlots._minVertexZ = list(range(-60,-10,10)) |
Definition at line 20 of file vertexPlots.py.
list vertexPlots._minVtx = [0, 80, 120] |
Definition at line 11 of file vertexPlots.py.
tuple vertexPlots._pull |
Definition at line 94 of file vertexPlots.py.
tuple vertexPlots._pullNumTracks |
Definition at line 108 of file vertexPlots.py.
tuple vertexPlots._pullPt |
Definition at line 122 of file vertexPlots.py.
tuple vertexPlots._puritymissing |
Definition at line 137 of file vertexPlots.py.
tuple vertexPlots._pvtagging |
Definition at line 34 of file vertexPlots.py.
tuple vertexPlots._recovsgen |
Definition at line 26 of file vertexPlots.py.
tuple vertexPlots._resolution |
Definition at line 51 of file vertexPlots.py.
tuple vertexPlots._resolutionNumTracks |
Definition at line 65 of file vertexPlots.py.
tuple vertexPlots._resolutionPt |
Definition at line 80 of file vertexPlots.py.
tuple vertexPlots._sumpt2 |
Definition at line 146 of file vertexPlots.py.
list vertexPlots._v0Folders |
Definition at line 434 of file vertexPlots.py.
list vertexPlots._vertexDqmFolders |
Definition at line 430 of file vertexPlots.py.
list vertexPlots._vertexFolders |
Definition at line 424 of file vertexPlots.py.
string vertexPlots._vertexNumberOfEventsHistogram = "DQMData/Run 1/Vertexing/Run summary/PrimaryVertexV/GenPV_Z" |
Definition at line 23 of file vertexPlots.py.
vertexPlots.loopSubFolders = False, |
Definition at line 462 of file vertexPlots.py.
vertexPlots.numberOfEventsHistogram = _vertexNumberOfEventsHistogram |
Definition at line 487 of file vertexPlots.py.
vertexPlots.onlyForPileup = True, |
Definition at line 486 of file vertexPlots.py.
string vertexPlots.page = "vertex" |
Definition at line 455 of file vertexPlots.py.
tuple vertexPlots.plotter = Plotter() |
Definition at line 440 of file vertexPlots.py.
tuple vertexPlots.plotterExt = Plotter() |
Definition at line 441 of file vertexPlots.py.
vertexPlots.purpose = PlotPurpose.Vertexing, |
Definition at line 454 of file vertexPlots.py.
string vertexPlots.section = "offlinePrimaryVertices" |
Definition at line 496 of file vertexPlots.py.
Referenced by optutl::CommandLineParser._getSectionFiles(), ZdcSimHitStudy.analyzeHits(), ZdcShowerLibrary.getHits(), ZdcNumberingScheme.getUnitID(), CastorText2DetIdConverter.init(), HcalText2DetIdConverter.init(), ZdcTopology.isExcluded(), CastorTopology.isExcluded(), JetCorrectorParameters.JetCorrectorParameters(), CastorHardcodeGeometryLoader.makeCell(), ZdcHardcodeGeometryLoader.makeCell(), cms::DDFilteredView.mergedSpecifics(), METCorrectorParameters.METCorrectorParameters(), MEtXYcorrectParameters.MEtXYcorrectParameters(), operator<<(), edm::ConfigurationDescriptions.printForLabel(), CastorTopology.validRaw(), and ZdcTopology.validRaw().