Skip to content

Propagate TES locations from input file

Ao Xu requested to merge propagate-tes-locations into master

This merge request addresses issue #143 (closed).

The idea is:

  1. Insert Gaudi algorithm FetchLeavesFromFile at the beginning of the control flow to create a list of input locations.
  2. Use Gaudi algorithm CopyInputStream as the ROOT file writer in replacement of OutputStream.

Closes #143 (closed).

Edited by Dorothea Vom Bruch

Merge request reports