Update config files for CC analysis toolchain #343
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
Updates to CC analysis ToolChain config files to reflect needs of analysis and updated Tools.
EventSelector: Added TriggerWord to satisfy changes in PR #311 and turning off cuts to include potential background events.
FindMrdTracks: Output file is not necessary for CC analysis. Turning off to reduce clutter.
LoadGenieEvent: Verbosity turned down to reduce terminal clutter; can be turned up if needed. Everything else is to load in GENIE file in pwd and automatically match events to corresponding wcsim events. This allows correct GENIE to WCSim event alignment for tank and world samples. Previous configuration only worked for tank samples.
LoadReweightGenieEvent: Same as above. Also includes new weight configuration to match uB. Additional "All" weights are necessary with respective random seeds. Furthermore, the number of universes for "All" was decreased from 1000 to 100. So in addition to matching uB for joint analysis, run time is faster and the resultant ntuple file will take up less space.
LoadWCSim: Loads in WCSim file in pwd. Defaults to run 0, subrun 0. A bug exists where LoadWCSim cannot load in WCSim files from /pnfs/ directly.
LoadWCSimLAPPD: Same as above.
MCRecoEventLoader: Verbosity turned down to reduce terminal clutter; can be turned up if needed. Turning of particle selection to include potential background events.
ToolChain can run with all changes implemented.
Checklist before submitting your PR
new
usage, there is a reason the data must be on the heapnew
there is adelete
, unless I explicitly know why (e.g. ROOT or a BoostStore takes ownership)Additional Material
NA