Skip to content

Combining RawBank::Views for RawBanks SP

Miroslav Saur requested to merge msaur_raw_banks_SP into master

Code combining requested RawBanks into RawEvent.

  • Three inputs: SelectiveRawbanks and RequiredRawBanks (mutually exclusive). Both are vector of data handles. And DecReports as data handle.
  • Line to raw banks map includes only lines that requested some additional detector raw banks that are not in the raw banks requested by the stream.
  • Loop through the line to raw banks map to find requested banks by line and check the dec reports to save only requests by fired lines.

Required by Moore!2058 (merged)

Edited by Sevda Esen

Merge request reports