CPAlgorithms: internal renaming of some algorithms to avoid clashes
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 apostfix
) - 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.