Skip to content
Snippets Groups Projects

JetRec: Fix q220 test.

Merged Scott Snyder requested to merge ssnyder/athena:q220.JetRec-20181220 into master
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
# JetRecStandardTools.py
#
@@ -358,18 +358,18 @@ ctm.add( CorrectPFOTool("CorrectPFOTool",
ctm.add( ChargedHadronSubtractionTool("CHSTool", InputType = xAOD.Type.ParticleFlow),
alias = 'chsPFO' )
# Run the above tools to modify PFO
jtm += ctm.buildConstitModifSequence( "JetConstitSeq_PFlowCHS",
InputContainer = "JetETMiss",
OutputContainer = "CHS", #"ParticleFlowObjects" will be appended later
modList = ['correctPFO', 'chsPFO'] )
# Options to disable dependence on primary vertex container
# for PFO corrections (e.g. when running cosmics)
if not jetFlags.useTracks:
ctm.modifiersMap['correctPFO'].CorrectNeutral=False
ctm.modifiersMap['chsPFO'].IgnoreVertex=True
# Run the above tools to modify PFO
jtm += ctm.buildConstitModifSequence( "JetConstitSeq_PFlowCHS",
InputContainer = "JetETMiss",
OutputContainer = "CHS", #"ParticleFlowObjects" will be appended later
modList = ['correctPFO', 'chsPFO'] )
# EM-scale pflow.
jtm += PseudoJetGetter(
"empflowget",
Loading