ATLAS Offline Software
Variables
EgammaSelectors Namespace Reference

Variables

const std::map< std::string, std::string > LHPointToConfFile
 
const std::map< std::string, std::string > PhotonCutPointToConfFile
 
const std::map< std::string, std::string > ForwardLHPointToConfFile
 
const std::map< std::string, std::string > ForwardElectronCutPointToConfFile
 
const std::map< std::string, std::string > ElectronCutPointToConfFile
 
const std::map< std::string, unsigned int > PhotonCutPointToMask
 
const std::map< std::string, std::string > ElectronDNNPointToConfFile
 

Variable Documentation

◆ ElectronCutPointToConfFile

const std::map<std::string, std::string> EgammaSelectors::ElectronCutPointToConfFile
Initial value:
= {
{ "LooseElectron",
"ElectronPhotonSelectorTools/offline/mc15_20150712/"
"ElectronIsEMLooseSelectorCutDefs.conf" },
{ "MediumElectron",
"ElectronPhotonSelectorTools/offline/mc15_20150712/"
"ElectronIsEMMediumSelectorCutDefs.conf" },
{ "TightElectron",
"ElectronPhotonSelectorTools/offline/mc15_20150712/"
"ElectronIsEMTightSelectorCutDefs.conf" }
}

Definition at line 108 of file EGSelectorConfigurationMapping.h.

◆ ElectronDNNPointToConfFile

const std::map<std::string, std::string> EgammaSelectors::ElectronDNNPointToConfFile
Initial value:
= {
{ "VeryLooseDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240509/"
"ElectronDNNMulticlassVeryLoose.conf"},
{ "LooseDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240509/"
"ElectronDNNMulticlassLoose.conf"},
{ "MediumDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240509/"
"ElectronDNNMulticlassMedium.conf"},
{ "TightDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240509/"
"ElectronDNNMulticlassTight.conf"},
{ "VeryLooseDNNnoCFElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassVeryLoose.conf"},
{ "LooseDNNnoCFElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassLoose.conf"},
{ "MediumDNNnoCFElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassMedium.conf"},
{ "TightDNNnoCFElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassTight.conf"}
}

Definition at line 127 of file EGSelectorConfigurationMapping.h.

◆ ForwardElectronCutPointToConfFile

const std::map<std::string, std::string> EgammaSelectors::ForwardElectronCutPointToConfFile
Initial value:
= {
{ "LooseForwardElectron",
"ElectronPhotonSelectorTools/offline/mc15_20150812/"
"ForwardElectronIsEMLooseSelectorCutDefs.conf" },
{ "MediumForwardElectron",
"ElectronPhotonSelectorTools/offline/mc15_20150812/"
"ForwardElectronIsEMMediumSelectorCutDefs.conf" },
{ "TightForwardElectron",
"ElectronPhotonSelectorTools/offline/mc15_20150812/"
"ForwardElectronIsEMTightSelectorCutDefs.conf" },
}

Definition at line 97 of file EGSelectorConfigurationMapping.h.

◆ ForwardLHPointToConfFile

const std::map<std::string, std::string> EgammaSelectors::ForwardLHPointToConfFile
Initial value:
= {
{ "LooseLHForwardElectron",
"ElectronPhotonSelectorTools/offline/mc16_20180822/FwdLHLooseConf.conf" },
{ "MediumLHForwardElectron",
"ElectronPhotonSelectorTools/offline/mc16_20180822/FwdLHMediumConf.conf" },
{ "TightLHForwardElectron",
"ElectronPhotonSelectorTools/offline/mc16_20180822/FwdLHTightConf.conf" },
}

Definition at line 89 of file EGSelectorConfigurationMapping.h.

◆ LHPointToConfFile

const std::map<std::string, std::string> EgammaSelectors::LHPointToConfFile

Definition at line 19 of file EGSelectorConfigurationMapping.h.

◆ PhotonCutPointToConfFile

const std::map<std::string, std::string> EgammaSelectors::PhotonCutPointToConfFile
Initial value:
= {
{ "LoosePhoton",
"ElectronPhotonSelectorTools/offline/mc15_20150712/"
"PhotonIsEMLooseSelectorCutDefs.conf" },
{ "MediumPhoton",
"ElectronPhotonSelectorTools/offline/mc20_20240510/"
"PhotonIsEMMediumSelectorCutDefs_pTdep_smooth.conf" },
{ "TightPhoton",
"ElectronPhotonSelectorTools/offline/mc20_20240510/"
"PhotonIsEMTightSelectorCutDefs_pTdep_mc20_smooth.conf" },
{ "TightPhotonWithMu",
"ElectronPhotonSelectorTools/offline/mc16_20220621/"
"PhotonIsEMTightSelectorCutDefs.conf" },
}

Definition at line 75 of file EGSelectorConfigurationMapping.h.

◆ PhotonCutPointToMask

const std::map<std::string, unsigned int> EgammaSelectors::PhotonCutPointToMask
Initial value:
= {
{ "LoosePhoton", egammaPID::PhotonLoose },
{ "MediumPhoton", egammaPID::PhotonMedium },
{ "TightPhoton", egammaPID::PhotonTight },
{ "TightPhotonWithMu", egammaPID::PhotonTight },
}

Definition at line 121 of file EGSelectorConfigurationMapping.h.

egammaPID::PhotonTight
const unsigned int PhotonTight
Tight photon selection.
Definition: egammaPIDdefs.h:602
egammaPID::PhotonLoose
const unsigned int PhotonLoose
Loose photon selection.
Definition: egammaPIDdefs.h:586
egammaPID::PhotonMedium
const unsigned int PhotonMedium
Medium photon selection.
Definition: egammaPIDdefs.h:594