Skip to content

Place Moore RecSummary in a stream-dependent location

Alex Pearce requested to merge apearce-tesla-recsummary into master

Tesla currently writes the RecSummary at /Event/Rec/Summary, but this is a problem for TurCal productions because the input files to Tesla already have a Rec/Summary from Brunel. This MR configures stream-specific RecSummary writers to place the summary in /Event/<stream>/Turbo/Rec/Summary.

The problem is that there is already logic for linking the summary from /Event to /Event/<stream>, but for this MR to be transparent to the user we might need a link going the other way.

/cc @rmatev @sstahl

Merge request reports