Skip to content

CPAlgorithms: internal renaming of some algorithms to avoid clashes

Baptiste Ravina requested to merge ravinab/athena:algo_names into main

A few key algorithms are given dynamic names, to avoid duplication errors:

  • CutBookkeepers and PMGTruthWeightTool use their corresponding streamName
  • all the output ntupling algorithms use their treeName (automatically, instead of requiring the user to set a postfix)
  • the event selection merger picks one of the selections

This MR is in preparation of future work to have multiple streams running in the same event loop.

Merge request reports

Loading