Skip to content

Commit

Permalink
Update nanoDQM_cfi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peruzzim authored May 15, 2019
1 parent 31fc86d commit 0e48744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PhysicsTools/NanoAOD/python/nanoDQM_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@
Plot1D('eta', 'eta', 20, -6, 6, 'eta'),
NoPlot('genJetIdx'),
Plot1D('hadronFlavour', 'hadronFlavour', 6, -0.5, 5.5, 'flavour from hadron ghost clustering'),
Plot1D('jercCHF', 'jercCHF', 20, 0, 1, 'Charged Hadron Energy Fraction with the JERC group definition'),
Plot1D('jercCHPUF', 'jercCHPUF', 20, 0, 2, 'Pileup Charged Hadron Energy Fraction with the JERC group definition'),
Plot1D('jetId', 'jetId', 8, -0.5, 7.5, 'Jet ID flags bit1 is loose (always false in 2017 since it does not exist), bit2 is tight, bit3 is tightLepVeto'),
Plot1D('mass', 'mass', 20, 0, 200, 'mass'),
Plot1D('muEF', 'muEF', 20, 0, 1, 'muon Energy Fraction'),
Expand Down Expand Up @@ -437,8 +439,10 @@
Pileup = cms.PSet(
sels = cms.PSet(),
plots = cms.VPSet(
Plot1D('gpudensity', 'gpudensity', 20, 0, 0.9, 'Generator-level PU vertices / mm'),
Plot1D('nPU', 'nPU', 20, 0, 60, 'the number of pileup interactions that have been added to the event in the current bunch crossing'),
Plot1D('nTrueInt', 'nTrueInt', 20, 0, 60, 'the true mean number of the poisson distribution for this event from which the number of interactions each bunch crossing has been sampled'),
Plot1D('pudensity', 'pudensity', 5, -0.5, 4.5, 'PU vertices / mm'),
Plot1D('sumEOOT', 'sumEOOT', 20, 0, 800, 'number of early out of time pileup'),
Plot1D('sumLOOT', 'sumLOOT', 20, 0, 300, 'number of late out of time pileup'),
)
Expand Down

0 comments on commit 0e48744

Please sign in to comment.