Skip to content

CPAlgorithms: small improvements to Event Selection

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

Use ROOT::Math::PtEtaPhiEVector instead of TLorentzVector (legacy) in a couple of algorithms, and explicitly cast selections to char so that they can be properly printed to file if requested (in the debugging mode)

Merge request reports