-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feat: add submission scripts and unified histogrammer #103
Conversation
review can include partial commits, the restructure commit is heavy |
2812005
to
3001bda
Compare
3001bda
to
a85f574
Compare
feat : update 2024
- create suball script, make runner more modulize - update naming scheme - update to all workflows feat: unified system shifts
- utils: read wps from json files - ci: add camapgin - ci: add automation ci check
- scripts: add debug info - wf: adapt campaign and years - utils, helper: clean up JEC - readme: update installation
- data: clean up UL files - data: change the directory name follow jsonpog integration - metadata: nested structure of json files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we need to keep this script in the framework itself
Overall the PR looks good, merging |
This commits includes the change presented in POG meeting
https://indico.cern.ch/event/1450713/contributions/6156720/attachments/2937537/5160065/CommFW%20update.pdf
The changes are mostly wrapped in commit63a302 and propagated to all the workflows.
A few framework restructuring is also done:
61c0a3 and df3407f.
The later commit only includes file clean up in the
metadata
anddata/
.