![]() |
ATLAS Offline Software
|
Tool to evaluate a BDT score for photon identification. More...
#include <PhotonSingleBDTCalculator.h>
Tool to evaluate a BDT score for photon identification.
This tool loads a BDT model from a ROOT file (containing a TTree with the trained model, produced using the MVAUtils converter script) and evaluates the classification score for a given set of input variables.
The evaluation is done via MVAUtils::BDT.
This class handles a single BDT instance (e.g. converted or unconverted photons, for Run 2 or Run 3). The selection between multiple BDTs, the calculation of input variables, and the decoration of the photon with the resulting score is handled by PhotonBDTCalculator.