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

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

Open
ram1123 opened this issue Jun 4, 2024 · 3 comments
Open

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

ram1123 opened this issue Jun 4, 2024 · 3 comments

Comments

@ram1123
Copy link
Owner

ram1123 commented Jun 4, 2024

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.

if((Jet_jetId[i]>0)&&(Jet_puId[i]==7)){

We need to fix it.

@YujiLee301
Copy link
Collaborator

@ram1123 ram1123 moved this to Done in X->ZZ->2l2nu Jul 2, 2024
@ram1123
Copy link
Owner Author

ram1123 commented Aug 13, 2024

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
Copy link
Collaborator

fixed in commit 55659e5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants