Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
2 files
+ 11
17
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -121,15 +121,12 @@ def schedulePostJetMCTruthAugmentations(kernel=None, decorationDressing=None):
augmentationToolsList = [ dfTruth.DFCommonTruthTauDressingTool ]
#Save the post-shower HT and MET filter values that will make combining filtered samples easier (adds to the EventInfo)
if dfInputIsEVNT:
from DerivationFrameworkMCTruth.GenFilterToolSetup import DFCommonTruthGenFilter
# schedule the special truth building tools and add them to a common augmentation; note taus are handled separately below
from DerivationFrameworkMCTruth.TruthDerivationTools import DFCommonTruthDressedWZQGLabelTool
augmentationToolsList += [ DFCommonTruthGenFilter ,
DFCommonTruthDressedWZQGLabelTool]
else:
augmentationToolsList = []
from DerivationFrameworkMCTruth.GenFilterToolSetup import DFCommonTruthGenFilter
# schedule the special truth building tools and add them to a common augmentation; note taus are handled separately below
from DerivationFrameworkMCTruth.TruthDerivationTools import DFCommonTruthDressedWZQGLabelTool
augmentationToolsList += [ DFCommonTruthGenFilter ,
DFCommonTruthDressedWZQGLabelTool]
# SUSY signal decorations
from DerivationFrameworkSUSY.DecorateSUSYProcess import IsSUSYSignal
if IsSUSYSignal():
Loading