-
Notifications
You must be signed in to change notification settings - Fork 140
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
Extend Suite of Jet Workflows #992
base: master
Are you sure you want to change the base?
Extend Suite of Jet Workflows #992
Conversation
For repository maintainers, please start the CI check manually (feedback)This is an automatic message to assist manually starting CI check for this pull request, commit ed9de137b15d1bca50a8763a35630b09906cbcc6. sPHENIX software maintainers: please make your input here and start the Build: Note:
Automatically generated by sPHENIX Jenkins continuous integration |
For repository maintainers, please start the CI check manually (feedback)This is an automatic message to assist manually starting CI check for this pull request, commit 1715767ffc4bf2a4bf417cc5f94b19c523fc8ada. sPHENIX software maintainers: please make your input here and start the Build: Note:
Automatically generated by sPHENIX Jenkins continuous integration |
For repository maintainers, please start the CI check manually (feedback)This is an automatic message to assist manually starting CI check for this pull request, commit d96bb6575fca01d3c1ff5a85f7dbcdbcf41925dc. sPHENIX software maintainers: please make your input here and start the Build: Note:
Automatically generated by sPHENIX Jenkins continuous integration |
Summary of discussion w/ JS TG and offline discussion w/ @KvapilJ , @xuanli23 , @zhiwanxu:
|
For repository maintainers, please start the CI check manually (feedback)This is an automatic message to assist manually starting CI check for this pull request, commit 2928f32f2204e6cf5a1ede402ce80613483da7a5. sPHENIX software maintainers: please make your input here and start the Build: Note:
Automatically generated by sPHENIX Jenkins continuous integration |
This PR extends the suite of possible jet reconstruction workflows to include non-background-subtracted calorimeter, track, and particle-flow jets, and to include background-subtracted track and particle-flow jets. This will help centralize jet reconstruction for non-background-subtracted and track-based analyses, and step towards integrating track jets into the jet QA.
For the former point, a new macro,
NonBkgdSubJetReco.C
, has been added to the common macros. And for the latter,HIJetReco.C
has been reorganized to allow the user to run jet reconstruction on tracks and particle-flow elements.Note that since background-subtraction routines for track jets and particle-flow jets are still under development, the routines in
HIJetReco.C
are placeholders that should be filled in later. The macro will emit a warning saying as much.TO-DO
HIJetReco