Skip to content
Snippets Groups Projects
Commit 698e6854 authored by Oleh Kivernyk's avatar Oleh Kivernyk Committed by Adam Edward Barton
Browse files

Adding EGamma to PHYS derivation

parent 699b6c7c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@ from DerivationFrameworkInDet.InDetCommon import *
from DerivationFrameworkJetEtMiss.JetCommon import *
from DerivationFrameworkJetEtMiss.ExtendedJetCommon import *
from DerivationFrameworkJetEtMiss.METCommon import *
from DerivationFrameworkEGamma.EGammaCommon import *
from DerivationFrameworkEGamma.ElectronsCPDetailedContent import *
from DerivationFrameworkMuons.MuonsCommon import *
from TriggerMenu.api.TriggerAPI import TriggerAPI
from TriggerMenu.api.TriggerEnums import TriggerPeriod, TriggerType
......@@ -186,6 +188,18 @@ addQGTaggerTool(jetalg="AntiKt4EMPFlow",sequence=SeqPHYS,algname="QGTaggerToolPF
# fJVT
# getPFlowfJVT(jetalg='AntiKt4EMPFlow',sequence=SeqPHYS, algname='PHYSJetForwardPFlowJvtToolAlg')
#====================================================================
# EGAMMA
#====================================================================
if DerivationFrameworkIsMonteCarlo:
# Schedule the two energy density tools for running after the pseudojets are created.
for alg in ['EDTruthCentralAlg', 'EDTruthForwardAlg']:
if hasattr(topSequence, alg):
edtalg = getattr(topSequence, alg)
delattr(topSequence, alg)
SeqPHYS += edtalg
#====================================================================
# Add our sequence to the top sequence
#====================================================================
......
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