ram1123 / nanoAOD_skim

nanoAOD skiming code for vv senile-tonic VBS studies
0 stars 9 forks source link

JET PU ID should be applied for pT < 50 GeV #53

Open ram1123 opened 3 months ago

ram1123 commented 3 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.

YujiLee301 commented 2 months ago

https://github.com/ram1123/nanoAOD_skim/blob/HZZ_Analysis_Run3/src/H4LTools.cc#L118 fixed

ram1123 commented 1 month ago

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.

YujiLee301 commented 1 week ago

fixed in commit 55659e5