Open
Conversation
added 10 commits
March 3, 2026 12:47
…of those Tools and CCMCCorrections into Factorry and Unity files.
Bring CC PR up to date with main branch
…iary files to more permanent directories.
…Event config file, and fixed bug with EventSelector
…iables seem to match original files used for CC analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
PR that encompasses Tools used for CC Analysis. All CC Analysis related plots come from ntuples generated from this ToolChain. All changes from original CC branch have been rectified and merged in such that THIS branch/PR will generate identical files to those used for the CC analysis. Once again, THIS TOOLCHAIN HAS BEEN TESTED AND MATCHES THE ESTABLISHED CC PHYSICS ANALYSIS.
Added Tools:
Charge Isotropy - returns a value representing the isotropy of the charge in the tank, useful for 0pi selection
CCMCRecoEventLoader - like MCRecoEventLoader but hacked up to provide additional truth information of other particles. I made a new Tool because it diverged too far from the original.
CCMCCorrections - provides correction factors to the MRD and Dirt muon scaling as presented. Corrections and uncertainties are unique to CC Analysis. But infrastructure exists if one wanted to do their own corrections.
Documentation for my ToolChain does NOT CURRENTLY exist. I wanted to include this for reference purposes so any internal notes can link back to a specific tag/PR/commit. I plan to fill out the README files and make a low-level guide for ALL my code after/during paper writing.
Checklist before submitting your PR
newusage, there is a reason the data must be on the heapnewthere is adelete, unless I explicitly know why (e.g. ROOT or a BoostStore takes ownership)Additional Material
Attach any validation or demonstration files here. You may also link to relavant docdb articles.