![]() |
ATLAS Offline Software
|
Functions | |
| TruthMetaDataWriterCfg (flags, name) | |
| HepMCtoXAODTruthCfg (flags) | |
| AddTruthJetsCfg (flags) | |
| AddTruthMETCfg (flags) | |
| TruthClassificationAugmentationsCfg (flags, **kwargs) | |
| PreJetMCTruthAugmentationsCfg (flags, **kwargs) | |
| PostJetMCTruthAugmentationsCfg (flags, **kwargs) | |
| AddStandardTruthContentsCfg (flags, decorationDressing='dressedPhoton', includeTausInDressingPhotonRemoval=False, navInputCollections=["TruthElectrons", "TruthMuons", "TruthPhotons", "TruthTaus", "TruthNeutrinos", "TruthBSM", "TruthBottom", "TruthTop", "TruthBoson"], prefix='') | |
| AddParentAndDownstreamParticlesCfg (flags, generations=1, parents=[6], prefix='TopQuark', collection_prefix=None, rejectHadronChildren=False) | |
| AddBosonsAndDownstreamParticlesCfg (flags, generations=1, rejectHadronChildren=False) | |
| Add taus and their downstream particles (immediate and further decay products) in a special collection def addTausAndDownstreamParticles(kernel=None, generations=1): return addParentAndDownstreamParticles(kernel=kernel, generations=generations, parents=[15], prefix='Tau') | |
| AddTopQuarkAndDownstreamParticlesCfg (flags, generations=1, rejectHadronChildren=False) | |
| AddTauAndDownstreamParticlesCfg (flags, generations=-1, rejectHadronChildren=False) | |
| AddHFAndDownstreamParticlesCfg (flags, **kwargs) | |
| Add electrons, photons, and their downstream particles in a special collection def addEgammaAndDownstreamParticles(kernel=None, generations=1): return addParentAndDownstreamParticles(kernel=kernel, generations=generations, parents=[11,22], prefix='Egamma') | |
| AddPVCollectionCfg (flags) | |
| AddTruthCollectionNavigationDecorationsCfg (flags, TruthCollections=[], prefix='') | |
| AddBSMAndDownstreamParticlesCfg (flags, generations=-1) | |
| AddBornLeptonCollectionCfg (flags) | |
| AddLargeRJetD2Cfg (flags) | |
| DFCommonTruthEDDecoratorCfg (flags, name="DFCommonTruthEDDecorator", **kwargs) | |
| DFCommonTruthCentralEDAlgCfg (flags) | |
| DFCommonTruthForwardEDAlgCfg (flags) | |
| AddTruthEnergyDensityCfg (flags) | |
| AddMiniTruthCollectionLinksCfg (flags, **kwargs) | |
| addTruth3ContentToSlimmerTool (slimmer) | |
| python.MCTruthCommonConfig.AddBornLeptonCollectionCfg | ( | flags | ) |
Add born leptons as a mini collection
Definition at line 380 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddBosonsAndDownstreamParticlesCfg | ( | flags, | |
| generations = 1, | |||
| rejectHadronChildren = False ) |
Add taus and their downstream particles (immediate and further decay products) in a special collection def addTausAndDownstreamParticles(kernel=None, generations=1): return addParentAndDownstreamParticles(kernel=kernel, generations=generations, parents=[15], prefix='Tau')
Add W bosons and their downstream particles def addWbosonsAndDownstreamParticles(kernel=None, generations=1, rejectHadronChildren=False): return addParentAndDownstreamParticles(kernel=kernel, generations=generations, parents=[24], prefix='Wboson', rejectHadronChildren=rejectHadronChildren)
Add bosons and downstream particles (not photons/gluons)
Definition at line 258 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddBSMAndDownstreamParticlesCfg | ( | flags, | |
| generations = -1 ) |
Add BSM particles and their downstream particles in a special collection
Definition at line 363 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddHFAndDownstreamParticlesCfg | ( | flags, | |
| ** | kwargs ) |
Add electrons, photons, and their downstream particles in a special collection def addEgammaAndDownstreamParticles(kernel=None, generations=1): return addParentAndDownstreamParticles(kernel=kernel, generations=generations, parents=[11,22], prefix='Egamma')
Add b/c-hadrons and their downstream particles
Definition at line 308 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddLargeRJetD2Cfg | ( | flags | ) |
Add large-R jet D2 variable
Definition at line 392 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddMiniTruthCollectionLinksCfg | ( | flags, | |
| ** | kwargs ) |
Tool to move pointers to new mini truth collections
Definition at line 467 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddParentAndDownstreamParticlesCfg | ( | flags, | |
| generations = 1, | |||
| parents = [6], | |||
| prefix = 'TopQuark', | |||
| collection_prefix = None, | |||
| rejectHadronChildren = False ) |
Configure tools for adding immediate parents and descendants
Definition at line 218 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddPVCollectionCfg | ( | flags | ) |
Add a one-vertex-per event "primary vertex" container
Definition at line 332 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddStandardTruthContentsCfg | ( | flags, | |
| decorationDressing = 'dressedPhoton', | |||
| includeTausInDressingPhotonRemoval = False, | |||
| navInputCollections = ["TruthElectrons", "TruthMuons", "TruthPhotons", "TruthTaus", "TruthNeutrinos", "TruthBSM", "TruthBottom", "TruthTop", "TruthBoson"], | |||
| prefix = '' ) |
Definition at line 179 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddTauAndDownstreamParticlesCfg | ( | flags, | |
| generations = -1, | |||
| rejectHadronChildren = False ) |
Add tau and downstream particles
Definition at line 279 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddTopQuarkAndDownstreamParticlesCfg | ( | flags, | |
| generations = 1, | |||
| rejectHadronChildren = False ) |
Add top quarks and downstream particles
Definition at line 269 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.addTruth3ContentToSlimmerTool | ( | slimmer | ) |
Definition at line 503 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddTruthCollectionNavigationDecorationsCfg | ( | flags, | |
| TruthCollections = [], | |||
| prefix = '' ) |
Tool to add navigation decorations on the truth collections
Definition at line 348 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddTruthEnergyDensityCfg | ( | flags | ) |
Truth energy density tools
Definition at line 452 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddTruthJetsCfg | ( | flags | ) |
Definition at line 62 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.AddTruthMETCfg | ( | flags | ) |
Definition at line 83 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.DFCommonTruthCentralEDAlgCfg | ( | flags | ) |
Definition at line 419 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.DFCommonTruthEDDecoratorCfg | ( | flags, | |
| name = "DFCommonTruthEDDecorator", | |||
| ** | kwargs ) |
Truth energy density decorator
Definition at line 406 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.DFCommonTruthForwardEDAlgCfg | ( | flags | ) |
Definition at line 435 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.HepMCtoXAODTruthCfg | ( | flags | ) |
Conversion of HepMC to xAOD truth
Definition at line 19 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.PostJetMCTruthAugmentationsCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 142 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.PreJetMCTruthAugmentationsCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 107 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.TruthClassificationAugmentationsCfg | ( | flags, | |
| ** | kwargs ) |
Definition at line 96 of file MCTruthCommonConfig.py.
| python.MCTruthCommonConfig.TruthMetaDataWriterCfg | ( | flags, | |
| name ) |
Definition at line 11 of file MCTruthCommonConfig.py.