-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#722 [author: andLaing] Adds a new io option to `rwf_io` which uses the basic `rwf_writer` and other table writers to write all event info in one step. In this way long MC events can be split into multiple trigger-like events in the output file and the event numbers can be logged and mapped accordingly. Some issues remain for the logging portion that are under debate. Addresses point 2 of issue #691 [reviewer: jmalbos] This PR adds a new writer (and the corresponding test) to `rwf_io` than can handle the splitting of long (MC) events into several subevents. A new table (`MCEventMap`) is used to associate the new subevents to the original event. Nevertheless, this new writer has limited use until a decision is taken regarding #715.
- Loading branch information
Showing
3 changed files
with
161 additions
and
4 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
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