Skip to content
Snippets Groups Projects
Commit 39ac286c authored by Dan Guest's avatar Dan Guest
Browse files

Port Oleg's TRIG import cleanup

parent e8c56465
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
# It requires the reductionConf flag PHYS in Reco_tf.py # It requires the reductionConf flag PHYS in Reco_tf.py
#==================================================================== #====================================================================
from DerivationFrameworkCore.DerivationFrameworkMaster import * from DerivationFrameworkCore.DerivationFrameworkMaster import buildFileName, DerivationFrameworkIsMonteCarlo, DerivationFrameworkJob
from DerivationFrameworkInDet.InDetCommon import * from DerivationFrameworkInDet import InDetCommon
from DerivationFrameworkJetEtMiss.JetCommon import * from DerivationFrameworkJetEtMiss.JetCommon import OutputJets
from DerivationFrameworkJetEtMiss.ExtendedJetCommon import * from DerivationFrameworkJetEtMiss.ExtendedJetCommon import replaceAODReducedJets, addDefaultTrimmedJets, addJetTruthLabel, addQGTaggerTool
from DerivationFrameworkJetEtMiss.METCommon import * from DerivationFrameworkJetEtMiss import METCommon
from DerivationFrameworkEGamma.EGammaCommon import * from DerivationFrameworkEGamma import EGammaCommon
from DerivationFrameworkEGamma.ElectronsCPDetailedContent import * from DerivationFrameworkEGamma import ElectronsCPDetailedContent
from DerivationFrameworkMuons.MuonsCommon import * from DerivationFrameworkMuons import MuonsCommon
from TriggerMenu.api.TriggerAPI import TriggerAPI from TriggerMenu.api.TriggerAPI import TriggerAPI
from TriggerMenu.api.TriggerEnums import TriggerPeriod, TriggerType from TriggerMenu.api.TriggerEnums import TriggerPeriod, TriggerType
...@@ -68,7 +68,7 @@ if (DerivationFrameworkIsMonteCarlo): ...@@ -68,7 +68,7 @@ if (DerivationFrameworkIsMonteCarlo):
# SUSY signal # SUSY signal
from DerivationFrameworkSUSY.DecorateSUSYProcess import IsSUSYSignal from DerivationFrameworkSUSY.DecorateSUSYProcess import IsSUSYSignal
if IsSUSYSignal(): if IsSUSYSignal():
from DerivationFrameworkSUSY.SUSYWeightMetadata import * from DerivationFrameworkSUSY import SUSYWeightMetadata
# Add sumOfWeights metadata for LHE3 multiweights ======= # Add sumOfWeights metadata for LHE3 multiweights =======
#from DerivationFrameworkCore.LHE3WeightMetadata import * #from DerivationFrameworkCore.LHE3WeightMetadata import *
......
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