Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitoring of tau decay products in NanoDQM #43383

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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