Skip to content

Allow AnalysisTop to run on TRUTH derivations in r22

Baptiste Ravina requested to merge ravinab/athena:AT-truth_derivation into master

The retrieval and handling of meta-data information, in particular related to derivation streams, has changed a bit in AnalysisTop between r21 and r22. In particular, the r22 setup can't handle TRUTH1/TRUTH3 derivations. This MR fixes it. Additionally, it also speeds up the code execution by removing the initialisation of detector-level object selection and calibration tools when running on TRUTH derivations.

Merge request reports