Open ram1123 opened 5 months ago
Official recommendation:
https://twiki.cern.ch/twiki/bin/view/CMS/PileupJetIDUL
It says that PU jet ID should be applied for the corrected JET pt < 50 GeV only. But we are applying for all jets.
https://github.com/ram1123/nanoAOD_skim/blob/e1ef2d0387e1eb43655370dd4e3d5e95c746ac8c/src/H4LTools.cc#L127
We need to fix it.
https://github.com/ram1123/nanoAOD_skim/blob/HZZ_Analysis_Run3/src/H4LTools.cc#L118 fixed
PU ID is applied in wrong way. Please fix this.
fixed in commit 55659e5
Official recommendation:
https://twiki.cern.ch/twiki/bin/view/CMS/PileupJetIDUL
It says that PU jet ID should be applied for the corrected JET pt < 50 GeV only. But we are applying for all jets.
https://github.com/ram1123/nanoAOD_skim/blob/e1ef2d0387e1eb43655370dd4e3d5e95c746ac8c/src/H4LTools.cc#L127
We need to fix it.