Skip to content

Commit

Permalink
Merge pull request #43383 from cms-tau-pog/CMSSW_13_3_X_tau-pog_tauPr…
Browse files Browse the repository at this point in the history
…odsInNano_DQM

Monitoring of tau decay products in NanoDQM
  • Loading branch information
cmsbuild authored Dec 5, 2023
2 parents 199042b + eb60465 commit 5bd9bf2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PhysicsTools/NanoAOD/python/nanoDQM_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,17 @@
Plot1D('probDM11PNet', 'probDM11PNet', 20, 0, 1, 'normalised probablity of decayMode 11, 3h+1pi0 (PNet 2023)'),
)
),
TauProd = cms.PSet(
sels = cms.PSet(),
plots = cms.VPSet(
Count1D('_size', 40, -0.5, 5.5, 'tau decay products'),
Plot1D('pt', 'pt', 20, 0, 200, 'pt'),
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'),
Plot1D('eta', 'eta', 20, -5, 5, 'eta'),
Plot1D('pdgId', 'pdgId', 200, -10250, 10250, 'PDG code assigned by the event reconstruction (not by MC truth)'),
NoPlot('status'),
)
),
TkMET = cms.PSet(
sels = cms.PSet(),
plots = cms.VPSet(
Expand Down

0 comments on commit 5bd9bf2

Please sign in to comment.