|
ATLAS Offline Software
|
|
def | TruthCollectionMakerCfg (flags, name, **kwargs) |
|
def | DFCommonTruthMuonToolCfg (flags) |
|
def | DFCommonTruthLHEToolCfg (flags) |
|
def | DFCommonTruthElectronToolCfg (flags) |
|
def | DFCommonTruthPhotonToolCfg (flags) |
|
def | DFCommonTruthPhotonToolSimCfg (flags) |
|
def | DFCommonTruthNeutrinoToolCfg (flags) |
|
def | DFCommonTruthBottomToolCfg (flags) |
|
def | DFCommonTruthTopToolCfg (flags) |
|
def | DFCommonTruthBosonToolCfg (flags) |
|
def | DFCommonTruthBSMToolCfg (flags) |
|
def | DFCommonTruthForwardProtonToolCfg (flags) |
|
def | TruthD2DecoratorCfg (flags, name, **kwargs) |
|
def | DFCommonMCTruthClassifierCfg (flags) |
|
def | TruthClassificationDecoratorCfg (flags, name, **kwargs) |
|
def | MuonTruthClassifierFallbackCfg (flags, name, **kwargs) |
|
def | TruthDressingToolCfg (flags, name, **kwargs) |
|
def | TruthIsolationToolCfg (flags, name, **kwargs) |
|
def | MuonTruthIsolationDecorAlgCfg (flags, name, **kwargs) |
|
def | TruthQGDecorationToolCfg (flags, name, **kwargs) |
|
def | TruthNavigationDecoratorCfg (flags, name, **kwargs) |
|
def | TruthDecayCollectionMakerCfg (flags, name, **kwargs) |
|
def | TruthBornLeptonCollectionMakerCfg (flags, name, **kwargs) |
|
def | HardScatterCollectionMakerCfg (flags, name, **kwargs) |
|
def | DFCommonTruthClassificationToolCfg (flags) |
|
def | HadronOriginClassifierCfg (flags, name, **kwargs) |
|
def | HadronOriginDecoratorCfg (flags, name, **kwargs) |
|
def | DFCommonTruthElectronDressingToolCfg (flags, decorationName="dressedPhoton") |
|
def | DFCommonTruthMuonDressingToolCfg (flags, decorationName="dressedPhoton") |
|
def | DFCommonTruthTauDressingToolCfg (flags) |
|
def | DFCommonTruthElectronIsolationTool1Cfg (flags) |
|
def | DFCommonTruthElectronIsolationTool2Cfg (flags) |
|
def | DFCommonTruthMuonIsolationTool1Cfg (flags) |
|
def | DFCommonTruthMuonIsolationTool2Cfg (flags) |
|
def | DFCommonTruthPhotonIsolationTool1Cfg (flags) |
|
def | DFCommonTruthPhotonIsolationTool2Cfg (flags) |
|
def | DFCommonTruthPhotonIsolationTool3Cfg (flags) |
|
def | DFCommonTruthDressedWZQGLabelToolCfg (flags) |
|
def | MenuTruthThinningCfg (flags, name, **kwargs) |
|
def | TruthLinkRepointToolCfg (flags, name, **kwargs) |
|
def | TruthPVCollectionMakerCfg (flags, name, **kwargs) |
|
def | GenericTruthThinningCfg (flags, name, **kwargs) |
|
◆ DFCommonMCTruthClassifierCfg()
def python.TruthDerivationToolsConfig.DFCommonMCTruthClassifierCfg |
( |
|
flags | ) |
|
Configure the MCTruthClassifier tool
Definition at line 135 of file TruthDerivationToolsConfig.py.
136 """Configure the MCTruthClassifier tool"""
138 MCTruthClassifier = CompFactory.MCTruthClassifier
139 acc.addPublicTool(
MCTruthClassifier(name =
"DFCommonTruthClassifier", ParticleCaloExtensionTool =
""),
◆ DFCommonTruthBosonToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthBosonToolCfg |
( |
|
flags | ) |
|
Gauge bosons and Higgs truth collection maker
Definition at line 95 of file TruthDerivationToolsConfig.py.
96 """Gauge bosons and Higgs truth collection maker"""
98 name =
"DFCommonTruthBosonTool",
99 NewCollectionName =
"TruthBoson",
100 KeepNavigationInfo =
False,
101 ParticleSelectionString =
"(abs(TruthParticles.pdgId) == 23 || abs(TruthParticles.pdgId) == 24 || abs(TruthParticles.pdgId) == 25)",
◆ DFCommonTruthBottomToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthBottomToolCfg |
( |
|
flags | ) |
|
B-quark truth collection maker
Definition at line 77 of file TruthDerivationToolsConfig.py.
78 """B-quark truth collection maker"""
80 name =
"DFCommonTruthBottomTool",
81 NewCollectionName =
"TruthBottom",
82 KeepNavigationInfo =
False,
83 ParticleSelectionString =
"(abs(TruthParticles.pdgId) == 5)",
◆ DFCommonTruthBSMToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthBSMToolCfg |
( |
|
flags | ) |
|
BSM particles truth collection maker
Definition at line 105 of file TruthDerivationToolsConfig.py.
106 """BSM particles truth collection maker"""
108 name =
"DFCommonTruthBSMTool",
109 NewCollectionName =
"TruthBSM",
110 KeepNavigationInfo =
False,
111 ParticleSelectionString =
"(TruthParticles.isBSM)",
◆ DFCommonTruthClassificationToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthClassificationToolCfg |
( |
|
flags | ) |
|
dress the main truth collection with the classification
Definition at line 227 of file TruthDerivationToolsConfig.py.
228 """dress the main truth collection with the classification"""
230 DFCommonTruthClassifier = accMCTC.getPrimary()
232 name =
"DFCommonTruthClassificationTool",
233 ParticlesKey =
"TruthParticles",
234 MCTruthClassifier = DFCommonTruthClassifier)
◆ DFCommonTruthDressedWZQGLabelToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthDressedWZQGLabelToolCfg |
( |
|
flags | ) |
|
Configure the QG decoration tool for AntiKt4TruthDressedWZJets
Definition at line 365 of file TruthDerivationToolsConfig.py.
366 """Configure the QG decoration tool for AntiKt4TruthDressedWZJets"""
368 name =
"DFCommonTruthDressedWZQGLabelTool",
369 JetCollection =
"AntiKt4TruthDressedWZJets")
◆ DFCommonTruthElectronDressingToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthElectronDressingToolCfg |
( |
|
flags, |
|
|
|
decorationName = "dressedPhoton" |
|
) |
| |
Configure the electron truth dressing tool
Definition at line 257 of file TruthDerivationToolsConfig.py.
258 """Configure the electron truth dressing tool"""
260 name =
"DFCommonTruthElectronDressingTool",
261 dressParticlesKey =
"TruthElectrons",
262 usePhotonsFromHadrons =
False,
263 dressingConeSize = 0.1,
264 particleIDsToDress = [11],
265 decorationName = decorationName)
◆ DFCommonTruthElectronIsolationTool1Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthElectronIsolationTool1Cfg |
( |
|
flags | ) |
|
Configure the electron isolation tool, cone=0.2
Definition at line 286 of file TruthDerivationToolsConfig.py.
287 """Configure the electron isolation tool, cone=0.2"""
289 name =
"DFCommonTruthElectronIsolationTool1",
290 isoParticlesKey =
"TruthElectrons",
291 allParticlesKey =
"TruthParticles",
292 particleIDsToCalculate = [11],
293 IsolationConeSizes = [0.2],
294 IsolationVarNamePrefix =
'etcone',
295 ChargedParticlesOnly =
False)
◆ DFCommonTruthElectronIsolationTool2Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthElectronIsolationTool2Cfg |
( |
|
flags | ) |
|
Configure the electron isolation tool, cone=0.3
Definition at line 297 of file TruthDerivationToolsConfig.py.
298 """Configure the electron isolation tool, cone=0.3"""
300 name =
"DFCommonTruthElectronIsolationTool2",
301 isoParticlesKey =
"TruthElectrons",
302 allParticlesKey =
"TruthParticles",
303 particleIDsToCalculate = [11],
304 IsolationConeSizes = [0.3],
305 IsolationVarNamePrefix =
'ptcone',
306 ChargedParticlesOnly =
True)
◆ DFCommonTruthElectronToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthElectronToolCfg |
( |
|
flags | ) |
|
Electron truth collection maker
Definition at line 43 of file TruthDerivationToolsConfig.py.
44 """Electron truth collection maker"""
46 name =
"DFCommonTruthElectronTool",
47 NewCollectionName =
"TruthElectrons",
48 KeepNavigationInfo =
False,
49 ParticleSelectionString = f
"(abs(TruthParticles.pdgId) == 11) && (TruthParticles.status == 1) && TruthParticles.barcode < {flags.Sim.SimBarcodeOffset}")
◆ DFCommonTruthForwardProtonToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthForwardProtonToolCfg |
( |
|
flags | ) |
|
Forward proton truth collection maker
Definition at line 114 of file TruthDerivationToolsConfig.py.
115 """Forward proton truth collection maker"""
116 beam_energy = flags.Beam.Energy
118 name =
"DFCommonTruthForwardProtonTool",
119 NewCollectionName =
"TruthForwardProtons",
120 KeepNavigationInfo =
False,
121 ParticleSelectionString =
"(TruthParticles.status==1) && (abs(TruthParticles.pdgId)==2212) && (TruthParticles.e>0.8*"+
str(beam_energy)+
")",
◆ DFCommonTruthLHEToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthLHEToolCfg |
( |
|
flags | ) |
|
LHE truth collection maker
Definition at line 35 of file TruthDerivationToolsConfig.py.
36 """LHE truth collection maker"""
38 name =
"DFCommonTruthLHETool",
39 NewCollectionName =
"TruthLHEParticles",
40 KeepNavigationInfo =
False,
41 ParticleSelectionString =
"(TruthParticles.status == 1003)")
◆ DFCommonTruthMuonDressingToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthMuonDressingToolCfg |
( |
|
flags, |
|
|
|
decorationName = "dressedPhoton" |
|
) |
| |
Configure the muon truth dressing tool
Definition at line 267 of file TruthDerivationToolsConfig.py.
268 """Configure the muon truth dressing tool"""
270 name =
"DFCommonTruthMuonDressingTool",
271 dressParticlesKey =
"TruthMuons",
272 usePhotonsFromHadrons =
False,
273 dressingConeSize = 0.1,
274 particleIDsToDress = [13],
275 decorationName = decorationName)
◆ DFCommonTruthMuonIsolationTool1Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthMuonIsolationTool1Cfg |
( |
|
flags | ) |
|
Configure the muon isolation tool, cone=0.2
Definition at line 308 of file TruthDerivationToolsConfig.py.
309 """Configure the muon isolation tool, cone=0.2"""
311 name =
"DFCommonTruthMuonIsolationTool1",
312 isoParticlesKey =
"TruthMuons",
313 allParticlesKey =
"TruthParticles",
314 particleIDsToCalculate = [13],
315 IsolationConeSizes = [0.2],
316 IsolationVarNamePrefix =
'etcone',
317 ChargedParticlesOnly =
False)
◆ DFCommonTruthMuonIsolationTool2Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthMuonIsolationTool2Cfg |
( |
|
flags | ) |
|
Configure the muon isolation tool, cone=0.3
Definition at line 319 of file TruthDerivationToolsConfig.py.
320 """Configure the muon isolation tool, cone=0.3"""
322 name =
"DFCommonTruthMuonIsolationTool2",
323 isoParticlesKey =
"TruthMuons",
324 allParticlesKey =
"TruthParticles",
325 particleIDsToCalculate = [13],
326 IsolationConeSizes = [0.3],
327 IsolationVarNamePrefix =
'ptcone',
328 ChargedParticlesOnly =
True)
◆ DFCommonTruthMuonToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthMuonToolCfg |
( |
|
flags | ) |
|
Muon truth collection maker
Definition at line 27 of file TruthDerivationToolsConfig.py.
28 """Muon truth collection maker"""
30 name =
"DFCommonTruthMuonTool",
31 NewCollectionName =
"TruthMuons",
32 KeepNavigationInfo =
False,
33 ParticleSelectionString = f
"(abs(TruthParticles.pdgId) == 13) && (TruthParticles.status == 1) && TruthParticles.barcode < {flags.Sim.SimBarcodeOffset}")
◆ DFCommonTruthNeutrinoToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthNeutrinoToolCfg |
( |
|
flags | ) |
|
Neutrino truth collection maker
Definition at line 68 of file TruthDerivationToolsConfig.py.
69 """Neutrino truth collection maker"""
70 neutrinoexpression = f
"(TruthParticles.isNeutrino && TruthParticles.status == 1) && TruthParticles.barcode < {flags.Sim.SimBarcodeOffset}"
72 name =
"DFCommonTruthNeutrinoTool",
73 NewCollectionName =
"TruthNeutrinos",
74 KeepNavigationInfo =
False,
75 ParticleSelectionString = neutrinoexpression)
◆ DFCommonTruthPhotonIsolationTool1Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthPhotonIsolationTool1Cfg |
( |
|
flags | ) |
|
Configure the photon isolation tool, etcone
Definition at line 330 of file TruthDerivationToolsConfig.py.
331 """Configure the photon isolation tool, etcone"""
333 name =
"DFCommonTruthPhotonIsolationTool1",
334 isoParticlesKey =
"TruthPhotons",
335 allParticlesKey =
"TruthParticles",
336 particleIDsToCalculate = [22],
337 IsolationConeSizes = [0.2],
338 IsolationVarNamePrefix =
'etcone',
339 ChargedParticlesOnly =
False)
◆ DFCommonTruthPhotonIsolationTool2Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthPhotonIsolationTool2Cfg |
( |
|
flags | ) |
|
Configure the photon isolation tool, ptcone
Definition at line 342 of file TruthDerivationToolsConfig.py.
343 """Configure the photon isolation tool, ptcone"""
345 name =
"DFCommonTruthPhotonIsolationTool2",
346 isoParticlesKey =
"TruthPhotons",
347 allParticlesKey =
"TruthParticles",
348 particleIDsToCalculate = [22],
349 IsolationConeSizes = [0.2],
350 IsolationVarNamePrefix =
'ptcone',
351 ChargedParticlesOnly =
True)
◆ DFCommonTruthPhotonIsolationTool3Cfg()
def python.TruthDerivationToolsConfig.DFCommonTruthPhotonIsolationTool3Cfg |
( |
|
flags | ) |
|
Configure the photon isolation tool, etcone=0.4
Definition at line 353 of file TruthDerivationToolsConfig.py.
354 """Configure the photon isolation tool, etcone=0.4"""
356 name =
"DFCommonTruthPhotonIsolationTool3",
357 isoParticlesKey =
"TruthPhotons",
358 allParticlesKey =
"TruthParticles",
359 particleIDsToCalculate = [22],
360 IsolationConeSizes = [0.4],
361 IsolationVarNamePrefix =
'etcone',
362 ChargedParticlesOnly =
False)
◆ DFCommonTruthPhotonToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthPhotonToolCfg |
( |
|
flags | ) |
|
Photon truth collection maker
Definition at line 51 of file TruthDerivationToolsConfig.py.
52 """Photon truth collection maker"""
54 name =
"DFCommonTruthPhotonTool",
55 NewCollectionName =
"TruthPhotons",
56 KeepNavigationInfo =
False,
57 ParticleSelectionString = f
"(abs(TruthParticles.pdgId) == 22) && (TruthParticles.status == 1) && TruthParticles.barcode < {flags.Sim.SimBarcodeOffset}")
◆ DFCommonTruthPhotonToolSimCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthPhotonToolSimCfg |
( |
|
flags | ) |
|
Tool for making TruthPhotons from sim samples
Definition at line 60 of file TruthDerivationToolsConfig.py.
61 """Tool for making TruthPhotons from sim samples"""
63 name =
"DFCommonTruthPhotonToolSim",
64 NewCollectionName =
"TruthPhotons",
65 KeepNavigationInfo =
False,
66 ParticleSelectionString = f
"(abs(TruthParticles.pdgId) == 22) && (TruthParticles.status == 1) && ((TruthParticles.classifierParticleOrigin != 42 && TruthParticles.classifierParticleOrigin !=23) || (TruthParticles.pt > 20.0*GeV)) && ( TruthParticles.barcode < {flags.Sim.SimBarcodeOffset} )")
◆ DFCommonTruthTauDressingToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthTauDressingToolCfg |
( |
|
flags | ) |
|
Configure the tau truth dressing tool
Definition at line 277 of file TruthDerivationToolsConfig.py.
278 """Configure the tau truth dressing tool"""
280 name =
"DFCommonTruthTauDressingTool",
281 dressParticlesKey =
"TruthTaus",
282 usePhotonsFromHadrons =
False,
283 dressingConeSize = 0.2,
284 particleIDsToDress = [15])
◆ DFCommonTruthTopToolCfg()
def python.TruthDerivationToolsConfig.DFCommonTruthTopToolCfg |
( |
|
flags | ) |
|
Top-quark truth collection maker
Definition at line 86 of file TruthDerivationToolsConfig.py.
87 """Top-quark truth collection maker"""
89 name =
"DFCommonTruthTopTool",
90 NewCollectionName =
"TruthTop",
91 KeepNavigationInfo =
False,
92 ParticleSelectionString =
"(abs(TruthParticles.pdgId) == 6)",
◆ GenericTruthThinningCfg()
def python.TruthDerivationToolsConfig.GenericTruthThinningCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the GenericTruthThinning tool
Definition at line 409 of file TruthDerivationToolsConfig.py.
410 """Configure the GenericTruthThinning tool"""
412 GenericTruthThinning = CompFactory.DerivationFramework.GenericTruthThinning
413 acc.addPublicTool(GenericTruthThinning(name, **kwargs),
◆ HadronOriginClassifierCfg()
def python.TruthDerivationToolsConfig.HadronOriginClassifierCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
get the hadron origin classification
Definition at line 239 of file TruthDerivationToolsConfig.py.
240 """get the hadron origin classification"""
242 HadronOriginClassifier = CompFactory.DerivationFramework.HadronOriginClassifier
243 acc.addPublicTool(HadronOriginClassifier(name = name, **kwargs),
◆ HadronOriginDecoratorCfg()
def python.TruthDerivationToolsConfig.HadronOriginDecoratorCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
decorate with the hadron origin classification
Definition at line 247 of file TruthDerivationToolsConfig.py.
248 """decorate with the hadron origin classification"""
250 HadronOriginDecorator = CompFactory.DerivationFramework.HadronOriginDecorator
251 acc.addPublicTool(HadronOriginDecorator(name = name, **kwargs),
◆ HardScatterCollectionMakerCfg()
def python.TruthDerivationToolsConfig.HardScatterCollectionMakerCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Add a mini-collection for the hard scatter and N subsequent generations
Definition at line 221 of file TruthDerivationToolsConfig.py.
222 """Add a mini-collection for the hard scatter and N subsequent generations"""
◆ MenuTruthThinningCfg()
def python.TruthDerivationToolsConfig.MenuTruthThinningCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the menu truth thinning tool
Definition at line 377 of file TruthDerivationToolsConfig.py.
378 """Configure the menu truth thinning tool"""
380 MenuTruthThinning = CompFactory.DerivationFramework.MenuTruthThinning
381 acc.addPublicTool(MenuTruthThinning(name, **kwargs),
◆ MuonTruthClassifierFallbackCfg()
def python.TruthDerivationToolsConfig.MuonTruthClassifierFallbackCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Config the MuonTruthClassifierFallback tool
Definition at line 151 of file TruthDerivationToolsConfig.py.
152 """Config the MuonTruthClassifierFallback tool"""
155 if "MCTruthClassifierTool" not in kwargs:
156 from MCTruthClassifier.MCTruthClassifierConfig
import (
157 MCTruthClassifierCfg)
158 kwargs.setdefault(
"MCTruthClassifierTool", acc.popToolsAndMerge(
161 MuonTruthClassifierFallback = CompFactory.DerivationFramework.MuonTruthClassifierFallback
162 acc.addPublicTool(MuonTruthClassifierFallback(name = name, **kwargs),
◆ MuonTruthIsolationDecorAlgCfg()
def python.TruthDerivationToolsConfig.MuonTruthIsolationDecorAlgCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the MuonTruthIsolationTool
Definition at line 182 of file TruthDerivationToolsConfig.py.
183 """Configure the MuonTruthIsolationTool"""
185 acc.addEventAlgo(CompFactory.DerivationFramework.MuonTruthIsolationDecorAlg(name = name, **kwargs),
◆ TruthBornLeptonCollectionMakerCfg()
def python.TruthDerivationToolsConfig.TruthBornLeptonCollectionMakerCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the truth Born lepton collection tool
Definition at line 213 of file TruthDerivationToolsConfig.py.
214 """Configure the truth Born lepton collection tool"""
216 TruthBornLeptonCollectionMaker = CompFactory.DerivationFramework.TruthBornLeptonCollectionMaker
217 acc.addPublicTool(TruthBornLeptonCollectionMaker(name = name, **kwargs),
◆ TruthClassificationDecoratorCfg()
def python.TruthDerivationToolsConfig.TruthClassificationDecoratorCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the TruthClassificationDecorator tool
Definition at line 143 of file TruthDerivationToolsConfig.py.
144 """Configure the TruthClassificationDecorator tool"""
146 TruthClassificationDecorator = CompFactory.DerivationFramework.TruthClassificationDecorator
147 acc.addPublicTool(TruthClassificationDecorator(name = name, **kwargs),
◆ TruthCollectionMakerCfg()
def python.TruthDerivationToolsConfig.TruthCollectionMakerCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the TruthCollectionMaker tool
Definition at line 19 of file TruthDerivationToolsConfig.py.
20 """Configure the TruthCollectionMaker tool"""
22 TruthCollectionMaker = CompFactory.DerivationFramework.TruthCollectionMaker
23 acc.addPublicTool(TruthCollectionMaker(name = name,**kwargs),
◆ TruthD2DecoratorCfg()
def python.TruthDerivationToolsConfig.TruthD2DecoratorCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the truth D2 decorator tool
Definition at line 128 of file TruthDerivationToolsConfig.py.
129 """Configure the truth D2 decorator tool"""
131 TruthD2Decorator = CompFactory.DerivationFramework.TruthD2Decorator
132 acc.addPublicTool(TruthD2Decorator(name, **kwargs), primary =
True)
◆ TruthDecayCollectionMakerCfg()
def python.TruthDerivationToolsConfig.TruthDecayCollectionMakerCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the truth decay collection maker
Definition at line 205 of file TruthDerivationToolsConfig.py.
206 """Configure the truth decay collection maker"""
208 TruthDecayCollectionMaker = CompFactory.DerivationFramework.TruthDecayCollectionMaker
209 acc.addPublicTool(TruthDecayCollectionMaker(name = name, **kwargs),
◆ TruthDressingToolCfg()
def python.TruthDerivationToolsConfig.TruthDressingToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the TruthDressingTool
Definition at line 166 of file TruthDerivationToolsConfig.py.
167 """Configure the TruthDressingTool"""
169 TruthDressingTool = CompFactory.DerivationFramework.TruthDressingTool
170 acc.addPublicTool(TruthDressingTool( name = name, **kwargs),
◆ TruthIsolationToolCfg()
def python.TruthDerivationToolsConfig.TruthIsolationToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the truth isolation tool
Definition at line 174 of file TruthDerivationToolsConfig.py.
175 """Configure the truth isolation tool"""
177 TruthIsolationTool = CompFactory.DerivationFramework.TruthIsolationTool
◆ TruthLinkRepointToolCfg()
def python.TruthDerivationToolsConfig.TruthLinkRepointToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the truth link repointing tool
Definition at line 390 of file TruthDerivationToolsConfig.py.
391 """Configure the truth link repointing tool"""
393 TruthLinkRepointTool = CompFactory.DerivationFramework.TruthLinkRepointTool
394 acc.addPublicTool(TruthLinkRepointTool(name, **kwargs),
◆ TruthNavigationDecoratorCfg()
def python.TruthDerivationToolsConfig.TruthNavigationDecoratorCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Congigure the truth navigation decorator tool
Definition at line 197 of file TruthDerivationToolsConfig.py.
198 """Congigure the truth navigation decorator tool"""
200 TruthNavigationDecorator = CompFactory.DerivationFramework.TruthNavigationDecorator
201 acc.addPublicTool(TruthNavigationDecorator(name = name, **kwargs),
◆ TruthPVCollectionMakerCfg()
def python.TruthDerivationToolsConfig.TruthPVCollectionMakerCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the truth PV collection maker tool
Definition at line 400 of file TruthDerivationToolsConfig.py.
401 """Configure the truth PV collection maker tool"""
403 TruthPVCollectionMaker = CompFactory.DerivationFramework.TruthPVCollectionMaker
404 acc.addPublicTool(TruthPVCollectionMaker(name, **kwargs),
◆ TruthQGDecorationToolCfg()
def python.TruthDerivationToolsConfig.TruthQGDecorationToolCfg |
( |
|
flags, |
|
|
|
name, |
|
|
** |
kwargs |
|
) |
| |
Configure the quark/gluon decoration tool
Definition at line 189 of file TruthDerivationToolsConfig.py.
190 """Configure the quark/gluon decoration tool"""
192 TruthQGDecorationTool = CompFactory.DerivationFramework.TruthQGDecorationTool
193 acc.addPublicTool(TruthQGDecorationTool(name = name, **kwargs),
def MCTruthClassifierCfg(flags, **kwargs)