ATLAS Offline Software
Loading...
Searching...
No Matches
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.

108 {
109 { "LooseElectron",
110 "ElectronPhotonSelectorTools/offline/mc15_20150712/"
111 "ElectronIsEMLooseSelectorCutDefs.conf" },
112 { "MediumElectron",
113 "ElectronPhotonSelectorTools/offline/mc15_20150712/"
114 "ElectronIsEMMediumSelectorCutDefs.conf" },
115 { "TightElectron",
116 "ElectronPhotonSelectorTools/offline/mc15_20150712/"
117 "ElectronIsEMTightSelectorCutDefs.conf" }
118};

◆ 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"},
{ "VeryLooseNoCF97DNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassLoose97_cutBL.conf"},
{ "LooseNoCFDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassLoose.conf"},
{ "MediumNoCFDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassMedium.conf"},
{ "TightNoCFDNNElectron",
"ElectronPhotonSelectorTools/offline/mc20_20240628/"
"ElectronDNNMulticlassTight.conf"}
}

Definition at line 127 of file EGSelectorConfigurationMapping.h.

127 {
128 { "VeryLooseDNNElectron",
129 "ElectronPhotonSelectorTools/offline/mc20_20240509/"
130 "ElectronDNNMulticlassVeryLoose.conf"},
131 { "LooseDNNElectron",
132 "ElectronPhotonSelectorTools/offline/mc20_20240509/"
133 "ElectronDNNMulticlassLoose.conf"},
134 { "MediumDNNElectron",
135 "ElectronPhotonSelectorTools/offline/mc20_20240509/"
136 "ElectronDNNMulticlassMedium.conf"},
137 { "TightDNNElectron",
138 "ElectronPhotonSelectorTools/offline/mc20_20240509/"
139 "ElectronDNNMulticlassTight.conf"},
140 { "VeryLooseDNNnoCFElectron",
141 "ElectronPhotonSelectorTools/offline/mc20_20240628/"
142 "ElectronDNNMulticlassVeryLoose.conf"},
143 { "VeryLooseNoCF97DNNElectron",
144 "ElectronPhotonSelectorTools/offline/mc20_20240628/"
145 "ElectronDNNMulticlassLoose97_cutBL.conf"},
146 { "LooseNoCFDNNElectron",
147 "ElectronPhotonSelectorTools/offline/mc20_20240628/"
148 "ElectronDNNMulticlassLoose.conf"},
149 { "MediumNoCFDNNElectron",
150 "ElectronPhotonSelectorTools/offline/mc20_20240628/"
151 "ElectronDNNMulticlassMedium.conf"},
152 { "TightNoCFDNNElectron",
153 "ElectronPhotonSelectorTools/offline/mc20_20240628/"
154 "ElectronDNNMulticlassTight.conf"}
155};

◆ 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.

97 {
98 { "LooseForwardElectron",
99 "ElectronPhotonSelectorTools/offline/mc15_20150812/"
100 "ForwardElectronIsEMLooseSelectorCutDefs.conf" },
101 { "MediumForwardElectron",
102 "ElectronPhotonSelectorTools/offline/mc15_20150812/"
103 "ForwardElectronIsEMMediumSelectorCutDefs.conf" },
104 { "TightForwardElectron",
105 "ElectronPhotonSelectorTools/offline/mc15_20150812/"
106 "ForwardElectronIsEMTightSelectorCutDefs.conf" },
107};

◆ 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.

89 {
90 { "LooseLHForwardElectron",
91 "ElectronPhotonSelectorTools/offline/mc16_20180822/FwdLHLooseConf.conf" },
92 { "MediumLHForwardElectron",
93 "ElectronPhotonSelectorTools/offline/mc16_20180822/FwdLHMediumConf.conf" },
94 { "TightLHForwardElectron",
95 "ElectronPhotonSelectorTools/offline/mc16_20180822/FwdLHTightConf.conf" },
96};

◆ LHPointToConfFile

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

Definition at line 19 of file EGSelectorConfigurationMapping.h.

19 {
20 { "VeryLooseLHElectron",
21 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
22 "ElectronLikelihoodVeryLooseOfflineConfig2017_Smooth.conf" },
23 { "LooseLHElectron",
24 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
25 "ElectronLikelihoodLooseOfflineConfig2017_Smooth.conf" },
26 { "LooseBLLHElectron",
27 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
28 "ElectronLikelihoodLooseOfflineConfig2017_CutBL_Smooth.conf" },
29 { "MediumLHElectron",
30 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
31 "ElectronLikelihoodMediumOfflineConfig2017_Smooth.conf" },
32 { "TightLHElectron",
33 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
34 "ElectronLikelihoodTightOfflineConfig2017_Smooth.conf" },
35 { "VeryLooseLHElectron_Run2",
36 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
37 "ElectronLikelihoodVeryLooseOfflineConfig2017_Smooth.conf" },
38 { "LooseLHElectron_Run2",
39 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
40 "ElectronLikelihoodLooseOfflineConfig2017_Smooth.conf" },
41 { "LooseBLLHElectron_Run2",
42 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
43 "ElectronLikelihoodLooseOfflineConfig2017_CutBL_Smooth.conf" },
44 { "MediumLHElectron_Run2",
45 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
46 "ElectronLikelihoodMediumOfflineConfig2017_Smooth.conf" },
47 { "TightLHElectron_Run2",
48 "ElectronPhotonSelectorTools/offline/mc20_20210514/"
49 "ElectronLikelihoodTightOfflineConfig2017_Smooth.conf" },
50 { "VeryLooseLHElectron_LLP",
51 "ElectronPhotonSelectorTools/trigger/rel21_20232105/"
52 "ElectronLikelihoodVeryLooseTriggerConfig_NoPix.conf" },
53 { "LooseLHElectron_LLP",
54 "ElectronPhotonSelectorTools/trigger/rel21_20232105/"
55 "ElectronLikelihoodLooseTriggerConfig_NoPix.conf" },
56 { "MediumLHElectron_LLP",
57 "ElectronPhotonSelectorTools/trigger/rel21_20232105/"
58 "ElectronLikelihoodMediumTriggerConfig_NoPix.conf" },
59 { "TightLHElectron_LLP",
60 "ElectronPhotonSelectorTools/trigger/rel21_20232105/"
61 "ElectronLikelihoodTightTriggerConfig_NoPix.conf" },
62 { "VeryLooseLHElectron_HI",
63 "ElectronPhotonSelectorTools/offline/mc23_20230728_HI/"
64 "ElectronLikelihoodVeryLooseOfflineConfig2023_HI_Smooth_fixed.conf" },
65 { "LooseLHElectron_HI",
66 "ElectronPhotonSelectorTools/offline/mc23_20230728_HI/"
67 "ElectronLikelihoodLooseOfflineConfig2023_HI_Smooth_fixed.conf" },
68 { "MediumLHElectron_HI",
69 "ElectronPhotonSelectorTools/offline/mc23_20230728_HI/"
70 "ElectronLikelihoodMediumOfflineConfig2023_HI_Smooth_fixed.conf" },
71 { "TightLHElectron_HI",
72 "ElectronPhotonSelectorTools/offline/mc23_20230728_HI/"
73 "ElectronLikelihoodTightOfflineConfig2023_HI_Smooth_fixed.conf" },
74};

◆ 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.

75 {
76 { "LoosePhoton",
77 "ElectronPhotonSelectorTools/offline/mc15_20150712/"
78 "PhotonIsEMLooseSelectorCutDefs.conf" },
79 { "MediumPhoton",
80 "ElectronPhotonSelectorTools/offline/mc20_20240510/"
81 "PhotonIsEMMediumSelectorCutDefs_pTdep_smooth.conf" },
82 { "TightPhoton",
83 "ElectronPhotonSelectorTools/offline/mc20_20240510/"
84 "PhotonIsEMTightSelectorCutDefs_pTdep_mc20_smooth.conf" },
85 { "TightPhotonWithMu",
86 "ElectronPhotonSelectorTools/offline/mc16_20220621/"
87 "PhotonIsEMTightSelectorCutDefs.conf" },
88};

◆ PhotonCutPointToMask

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

Definition at line 121 of file EGSelectorConfigurationMapping.h.

121 {
122 { "LoosePhoton", egammaPID::PhotonLoose },
123 { "MediumPhoton", egammaPID::PhotonMedium },
124 { "TightPhoton", egammaPID::PhotonTight },
125 { "TightPhotonWithMu", egammaPID::PhotonTight },
126};