-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expanded RingCounting functionality (#258)
- Add RC data flow from boost stores, not requiring a pre-computed CNNImage file anymore - Add "load_from_file" config parameter. Config setting: 0/1 - Add Execute() method in Tool class - Add get_next_event() method in Tool class - Change functionality of other methods to support both "load_from_file" settings - The Tool expects a CNNImage formatted input (std::vector<double>) called "CNNImageCharge" within the "RecoEvent" boost store when not using the input from file - The predictions are stored in the "RecoEvent" boost store as "RingCountingSRPrediction" and "RingCountingMRPrediction" Ringcounting/README.md: - Specify where the predictions are stored (RecoEvent) - Complete list of config parameters
- Loading branch information
1 parent
036d1ad
commit d348aa0
Showing
2 changed files
with
77 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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