Skip to content

CPAlgorithms: use Logger instead of Print in config blocks

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

Small cleanup, as suggested by @tadej: change to using the Athena logger rather than print(...) commands in the config blocks (python files), first commit.

Also taking the opportunity to remove whitespace in all the CP algos (PhysicsAnalysis/Algorithms/ folder) in the second commit.

Edited by Baptiste Ravina

Merge request reports