ATLAS Offline Software
|
#include "xAODEgamma/Egamma.h"
#include "xAODEgamma/Electron.h"
#include "xAODEgamma/Photon.h"
#include "xAODEgamma/EgammaxAODHelpers.h"
#include "xAODEgamma/PhotonxAODHelpers.h"
#include "xAODCaloEvent/CaloCluster.h"
#include "egammaMVALayerDepth.h"
#include "AthContainers/ConstAccessor.h"
#include "TLorentzVector.h"
#include <functional>
#include <string>
#include <unordered_map>
#include <cmath>
#include <memory>
#include <stdexcept>
#include <AsgMessaging/AsgMessaging.h>
Go to the source code of this file.
Classes | |
struct | egammaMVAFunctions::ConversionHelper |
The ConversionHelper struct is stll used by egammaMVATree in PhysicsAnalysis but not the functions in the dictionaries above. More... | |
Namespaces | |
egammaMVAFunctions | |
These functions are for calculating variables used by the MVA calibration. | |
Typedefs | |
using | egammaMVAFunctions::funcMap_t = std::unordered_map< std::string, std::function< float(const xAOD::Egamma *, const xAOD::CaloCluster *)> > |
Define the map type since it's long. More... | |