![]() |
ATLAS Offline Software
|
#include "egammaMVACalib/egammaMVAFunctions.h"#include "GaudiKernel/SystemOfUnits.h"#include <numbers>Go to the source code of this file.
Namespaces | |
| namespace | egammaMVAFunctions |
| These functions are for calculating variables used by the MVA calibration. | |
Functions | |
| void | egammaMVAFunctions::initializeClusterFuncs (funcMap_t &funcLibrary, const std::string &prefix, bool useLayerCorrected) |
| void | egammaMVAFunctions::initializeEgammaFuncs (funcMap_t &funcLibrary, const std::string &prefix, bool useLayerCorrected) |
| std::unique_ptr< funcMap_t > | egammaMVAFunctions::initializeElectronFuncs (bool useLayerCorrected) |
| A function to build the map for electrons. | |
| std::unique_ptr< funcMap_t > | egammaMVAFunctions::initializeUnconvertedPhotonFuncs (bool useLayerCorrected) |
| A function to build the map for uncoverted photons. | |
| std::unique_ptr< funcMap_t > | egammaMVAFunctions::initializeConvertedPhotonFuncs (bool useLayerCorrected) |
| A function to build the map for converted photons. | |
| std::unique_ptr< funcMap_t > | egammaMVAFunctions::initializeForwardElectronFuncs (bool useLayerCorrected) |
| NEW: A function to build the map for forward electrons. | |