-
Notifications
You must be signed in to change notification settings - Fork 52
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
[NanoAnalysis] Finalise jets module #268
Comments
@namapane @AlessandroTarabini please correct me if I am wrong |
Yes, it is correct. We are missing:
|
Regarding lepton-jet cleaning, I must say that what we had in nanoAOD is actually rather messy as the code has been reworked over time and as far as I remember there are some repetitions. More importantly, I think that from the code it is not clear is what we really want to achieve this cleaning, from the physics point of view. |
Also what do you mean with adding "jet-related measurements (eg eta, rapidity)? All jet variables are copied to output, cf: https://github.com/CJLST/ZZAnalysis/blob/Run3/NanoAnalysis/test/ZZ4lNanoDoc.md#jet |
Ciao Nicola, I clearly overlooked at the samples yesterday, as I could see only the variables added to the tree by the JECs module. You are actually right and all the jet related variables are in there already (maybe except for the rapidity, but that can be added easily) |
Ciao Alessandro, do you have a link for the jet veto maps ( IIUC these are what in the past was called "MET Filters", right?). Also, if you have at hand the JME page with the link to the JES splitting, it would be good to have it here for book keeping (and for when we start working on the implementation), thanks! :) |
These are available here https://github.com/CJLST/ZZAnalysis/blob/Run3/NanoAnalysis/test/ZZ4lNanoDoc.md#flag-back-to-top
|
All JME recommendations and recipes are stored here. |
OK sorry I was referring to the MET filters that were recommeded in Run2. Actually, the wiki page still mentions they are recommended for Run3. Regarding veto maps, I am a bit surprised that the page links json files but not an example on how to use them (unless I overlooked that). |
Now we have the JECs application in place and we store the (un)corrected pt and mass values for the jets in the final trees. however, we still need to implement the lepton-jet cleaning and save all the other relevant variables for jet-related measurements (eg eta, rapidity, etc) in jetFiller.py.
The text was updated successfully, but these errors were encountered: