-
Notifications
You must be signed in to change notification settings - Fork 4
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
Patch: Adding horn current and nupdg to cov yaml files #48
Conversation
… to convert xml files properly. Added cov xml file used by Liban. Added a python script to split the cov yaml files by parameter groups and detectors.
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 your first PR, thank you for contributing to MaCh3 DUNE!
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.
LGTM - Just a couple of file moves.
Shouldn't
MaCh3_DUNE/configs/EventRates_Beam.yaml
Line 10 in 6a0be3f
XsecCovFile: ["configs/CovObjs/xsec_covariance_DUNE_systs_2022a_FD_v3_xsec.yaml"] |
configs/CovObjs/split_yaml.py
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.
Could you move this to utils/xsecMatrixMaker to avoid cluttering the configs directory with scripts
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.
Should this be moved under tdr_covs?
…ify input file and output folder; edited xsec cov file specified in EventRates_Beam.yaml and changed global step scale to match TDR value.
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.
LGTM - Thanks for the fix
Pull request description:
Adding horn current and nupdg info to xsec yaml files and modified xml2yaml.py.
Changes or fixes:
xml2yaml.py
to account for horn current and nupdg.tdr_covs_grouped.yaml
. I manually addedParameterGroup
info to the yaml file.tdr_covs_grouped.yaml
to various combinations of [ND, FD, ND+FD] and [Flux, Xsec, DetSys]. The location of the script might be better moved to/utils
.