Skip to content
Snippets Groups Projects
Commit adee992a authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'update_TLA_susytool' into 'main'

[DerivationFrameworkTLA] update `DecorateSUSYProcessCfg` to `SUSYSignalTaggerCfg` for TLA derivation

See merge request atlas/athena!70634
parents 4bb651ff c38d95cd
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,8 @@ def PostTLAJetMCTruthAugmentationsCfg(flags, **kwargs):
# SUSY signal decorations
from DerivationFrameworkSUSY.DecorateSUSYProcessConfig import IsSUSYSignalRun3
if IsSUSYSignalRun3(flags):
from DerivationFrameworkSUSY.DecorateSUSYProcessConfig import DecorateSUSYProcessCfg
augmentationToolsList += DecorateSUSYProcessCfg(flags, 'MCTruthCommon')
from DerivationFrameworkSUSY.DecorateSUSYProcessConfig import SUSYSignalTaggerCfg
augmentationToolsList += [acc.getPrimaryAndMerge(SUSYSignalTaggerCfg(flags, 'MCTruthCommon'))]
CommonAugmentation = CompFactory.DerivationFramework.CommonAugmentation
acc.addEventAlgo(CommonAugmentation(name = "MCTruthCommonPostJetKernel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment