Skip to content

CPAlgorithms: config block for IFF classifier

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

This MR performs a slight revamp of the CP::AsgClassificationDecorationAlg (which wraps around the IFF truth classifier) such that the calculation is only run for the nominal calibration and propagated to the systematic variations. It also introduces the corresponding config block and integrates it within the YAML config.

One can now write

Electrons:
  - containerName: 'AnaElectrons'
    IFFClassification: {}
    crackVeto: True
    WorkingPoint:
      - selectionName: 'loose'
        likelihoodWP: 'MediumLH'
    ...

and likewise for muons.

Tagging @nbruscin for IFF

Merge request reports