Skip to content

Change logic of Trig EDM creator: Allow multiple Collections to be written of the same EDM type from the same View

Change the logic of how the tool's inputs are handled to remove a non-existent use-case and satisfy instead a real use-case.

  • OLD:
    • Allow multiple View + Collections per EDM type, but only allow one output.
    • All Views would be collapsed into the one output.
    • This was never used as on the python side, only one View and one output were sent to the tool.
    • This logic is not needed in the trigger, but a related logic is....
  • NEW:
    • Update the python side to allow multiple outputs and multiple Views + Collections for a given EDM type.
    • Each specified View + Collection is paired with an output and writes to that one out.
    • Now we can have (e.g.) multiple MuonContainers produced within one View and all can be read out

cc @sshaw, @markowen, @tbold

Merge request reports