Skip to content

Commit

Permalink
DQM Table added for tau decay products
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksavva1021 committed Nov 16, 2023
1 parent f0bc2a8 commit 94d416c
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 @@ -855,6 +855,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 94d416c

Please sign in to comment.