-
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 validation workflow from MC & add 2023 files #91
Conversation
- metadata : modified file list - data: add jetveto ap - wf : remove outlier config - scripts: fixes for plotting code for comparison plot
Conflicts resolved. New feature of QCD from Hsin
Conflicts: .sites_map.json metadata/data_Summer22EE_Run3_2022_btagmu_BTV_Comm_v2_NanoV12.json metadata/data_Summer22EE_Run3_2022_jetmet_BTV_Comm_v2_NanoV12.json metadata/data_Summer22_Run3_2022_btagmu_BTV_Comm_v2_NanoV12.json metadata/data_Summer22_Run3_2022_jetmet_BTV_Comm_v2_NanoV12.json setup.cfg src/BTVNanoCommissioning/utils/correction.py
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@adeiorio can you please take a look whether the changes of the condor script included? |
Conflicts: src/BTVNanoCommissioning/utils/AK4_parameters.py src/BTVNanoCommissioning/utils/histogrammer.py src/BTVNanoCommissioning/utils/selection.py
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.
The following samples still seem to be missing in the JSON metadata:
SingleElectron:
data_Summer22_2022_e_BTV_Run3_2022_Comm_MINIAODv4_NanoV12.json
data_Summer22EE_2022_e_BTV_Run3_2022_Comm_MINIAODv4_NanoV12.json
data_Summer23_2023_e_BTV_Run3_2023_Comm_MINIAODv4_NanoV12.json
data_Summer23BPix_2023_e_BTV_Run3_2023_Comm_MINIAODv4_NanoV12.json
Naming of one file should be updated:
data_Summer23_mu_BTV_Run3_2023_Comm_MINIAODv4_NanoV12.json ->
data_Summer23_2023_mu_BTV_Run3_2023_Comm_MINIAODv4_NanoV12.json
.github/workflows/BTA_workflow.yml
Outdated
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.
This might not work for users who installed only micromamba
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.
this is independent for which environment of the user, this is for the ci
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.
Same comment as before
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.
Same comment as before
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.
Same comment as before
.github/workflows/ttbar_workflow.yml
Outdated
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.
Same comment as before
metadata/test_QCD.json
Outdated
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.
Do we need this test file?
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.
no, removed!
There were no dedicated electron workflows
Done Regarding to the mamba environment for the workflows, this is for the git actions :) should independent from user environment :) I have still open items to fix
|
change the recommendation to 2023. |
Thanks, the PR looks good now. Merging it to the master branch. |
New content
condor/missingFiles.py
Bug fix
Other changes