![]() |
ATLAS Offline Software
|
Tool to compute and optionally decorate a photon identification BDT score. More...
#include <PhotonBDTCalculator.h>
Tool to compute and optionally decorate a photon identification BDT score.
This tool computes the set of input variables required by the photon-ID BDT for a given xAOD::Photon, chooses the appropriate BDT model depending on the conversion status (converted vs unconverted), and evaluates the score via PhotonSingleBDTCalculator sub-tools.
The score can be written as a decoration on the photon (configurable decoration name). If configured, the tool can also re-compute the score even if the decoration already exists.
The tool is intended to be used as a building block by selection tools (e.g. AsgPhotonBDTSelector) but can also be called at analysis-level