#include <TruthClasses.h>
Definition at line 124 of file TruthClasses.h.
◆ sParticleOrigin
| std::vector<std::string> MCTruthPartClassifier::ParticleDef::sParticleOrigin |
the vector of particle origin
Definition at line 169 of file TruthClasses.h.
169 {
170 "NonDefined",
171 "SingleElec",
172 "SingleMuon",
173 "SinglePhot",
174 "SingleTau",
175 "PhotonConv",
176 "DalitzDec",
177 "ElMagProc",
178 "Mu",
179 "TauLep",
180 "top",
181 "QuarkWeakDec",
182 "WBoson",
183 "ZBoson",
184 "Higgs",
185 "HiggsMSSM",
186 "WZMSSM",
187 "WBosonLRSM",
188 "NuREle",
189 "NuRMu",
190 "NuRTau",
191 "LQ",
192 "SUSY",
193 "LightMeson",
194 "StrangeMeson",
195 "CharmedMeson",
196 "BottomMeson",
197 "CCbarMeson",
198 "JPsi",
199 "BBbarMeson",
200 "LightBaryon",
201 "StrangeBaryon",
202 "CharmedBaryon",
203 "BottomBaryon",
204 "PionDecay",
205 "KaonDecay",
206 "BremPhot",
207 "PromptPhot",
208 "UndrPhot",
209 "ISRPhot",
210 "FSRPhot",
211 "NucReact",
212 "PiZero",
213 "DiBoson",
214 "ZorHeavyBoson",
215 "QCD",
216 "OtherBSM",
217 "MultiBoson"};
◆ sParticleOutCome
| std::vector<std::string> MCTruthPartClassifier::ParticleDef::sParticleOutCome |
Initial value:{
"NonDefinedOutCome",
"UnknownOutCome",
"UnConverted",
"Converted",
"NonInteract",
"NuclInteraction",
"ElectrMagInter",
"DecaytoElectron",
"DecaytoMuon",
"OneProng",
"ThreeProng",
"FiveProng"}
the vector of particle out come
Definition at line 220 of file TruthClasses.h.
220 {
221 "NonDefinedOutCome",
222 "UnknownOutCome",
223 "UnConverted",
224 "Converted",
225 "NonInteract",
226 "NuclInteraction",
227 "ElectrMagInter",
228 "DecaytoElectron",
229 "DecaytoMuon",
230 "OneProng",
231 "ThreeProng",
232 "FiveProng"};
◆ sParticleType
| std::vector<std::string> MCTruthPartClassifier::ParticleDef::sParticleType |
the vector of particle types
Definition at line 126 of file TruthClasses.h.
126 {
127 "Unknown",
128 "UnknownElectron",
129 "IsoElectron",
130 "NonIsoElectron",
131 "BkgElectron",
132 "UnknownMuon",
133 "IsoMuon",
134 "NonIsoMuon",
135 "BkgMuon",
136 "UnknownTau",
137 "IsoTau",
138 "NonIsoTau",
139 "BkgTau",
140 "UnknownPhoton",
141 "IsoPhoton",
142 "NonIsoPhoton",
143 "BkgPhoton",
144 "Hadron",
145 "Neutrino",
146 "NuclFrag",
147 "NonPrimary",
148 "GenParticle",
149 "SUSYParticle",
150 "BBbarMesonPart",
151 "BottomMesonPart",
152 "CCbarMesonPart",
153 "CharmedMesonPart",
154 "BottomBaryonPart",
155 "CharmedBaryonPart",
156 "StrangeBaryonPart",
157 "LightBaryonPart",
158 "StrangeMesonPart",
159 "LightMesonPart",
160 "BJet",
161 "CJet",
162 "LJet",
163 "GJet",
164 "TauJet",
165 "UnknownJet",
166 "OtherBSMParticle"};
The documentation for this struct was generated from the following file: