|
def | python.MCTruthCommonConfig.TruthMetaDataWriterCfg (flags, name) |
|
def | python.MCTruthCommonConfig.HepMCtoXAODTruthCfg (flags) |
|
def | python.MCTruthCommonConfig.AddTruthJetsCfg (flags) |
|
def | python.MCTruthCommonConfig.AddTruthMETCfg (flags) |
|
def | python.MCTruthCommonConfig.PreJetMCTruthAugmentationsCfg (flags, **kwargs) |
|
def | python.MCTruthCommonConfig.PostJetMCTruthAugmentationsCfg (flags, **kwargs) |
|
def | python.MCTruthCommonConfig.AddStandardTruthContentsCfg (flags, decorationDressing='dressedPhoton', includeTausInDressingPhotonRemoval=False, prefix='') |
|
def | python.MCTruthCommonConfig.AddParentAndDownstreamParticlesCfg (flags, generations=1, parents=[6], prefix='TopQuark', collection_prefix=None, rejectHadronChildren=False) |
|
def | 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') More...
|
|
def | python.MCTruthCommonConfig.AddTopQuarkAndDownstreamParticlesCfg (flags, generations=1, rejectHadronChildren=False) |
|
def | python.MCTruthCommonConfig.AddTauAndDownstreamParticlesCfg (flags, generations=-1, rejectHadronChildren=False) |
|
def | 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') More...
|
|
def | python.MCTruthCommonConfig.AddPVCollectionCfg (flags) |
|
def | python.MCTruthCommonConfig.AddTruthCollectionNavigationDecorationsCfg (flags, TruthCollections=[], prefix='') |
|
def | python.MCTruthCommonConfig.AddBSMAndDownstreamParticlesCfg (flags, generations=-1) |
|
def | python.MCTruthCommonConfig.AddBornLeptonCollectionCfg (flags) |
|
def | python.MCTruthCommonConfig.AddLargeRJetD2Cfg (flags) |
|
def | python.MCTruthCommonConfig.AddTruthEnergyDensityCfg (flags) |
|
def | python.MCTruthCommonConfig.AddMiniTruthCollectionLinksCfg (flags, **kwargs) |
|
def | python.MCTruthCommonConfig.addTruth3ContentToSlimmerTool (slimmer) |
|