-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature core 1.2.0 #235
Feature core 1.2.0 #235
Conversation
…etup of the functional parameters and subsequently haven't reorder when some systematics are being setup
…eters, best not to hide these in core as they're not used by the reweighting directly anyway
…reset, this would require re-running the whole setup which we currently don't support. Must be passed through the constructor
… can use pdg code instead
…e bin getting to be slightly better
…ture debugging, so they're not just initialised to random numbers. Also tiny indent fixes and adding a static cast from an enum to an int
…n whether osccov is null or not so you know if you want to do osc weights or not
…hcih affect a particular DetID
…oving nutype and oscnutype as we can calcualte this from the pdg codes
Hi @EdAtkin, thank you for contributing to MaCh3! Please wait for MaCh3 developers to review your PR. If no one answers within a week, please message people from this list: https://github.com/orgs/mach3-software/teams/mach3admin . While waiting, please enjoy this Use this action on your projects. Use jokes on issues instead. |
…e_core_T2K Latest and greatest commits to develop
…ed this wasn't being flagged as an error in the core but popped up in the CI
…a the constructor now
…&& signal events is actually still 0
…into feature_core_T2K
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.
Merge time
Pull request description
Getting develop up to date with changes that occurred for v1.2.0. This is mainly changes to the remove the nutype and oscnutype from the samplePDFFDBase object and replacing with an event-by-event level vector of pdg codes for before and after oscillation (longer term this will eliminate the need to split the MC files by oscillation channel). There is an additional handy function for getting the spline interpolation type from the DetID which is handy for the spline loading for the FD. Also there is a bug-fix where DetID was not being initialised correctly. Small fix for reading in the spline binning as well for different delimiters.
Changes or fixes
Examples