ATLAS Offline Software
TrigAFPHypoConfig.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 from AthenaConfiguration.ComponentFactory import CompFactory
3 
4 def trigAFPDijetComboHypoToolCfg(flags, name="TrigAFPDijetComboHypoTool"):
5  hypo = CompFactory.TrigAFPDijetComboHypoTool(
6  name = name,
7  protonTransportParamFileName1="2017_beta0p4_xAngle170_beam1.txt",
8  protonTransportParamFileName2="2017_beta0p4_xAngle170_beam2.txt",
9  alignmentCorrection_nearA=2.361,
10  alignmentCorrection_nearC=2.172,
11  TransportBeamA = CompFactory.AFPProtonTransportTool("AFPProtonTransportToolSideA_"+name),
12  TransportBeamC = CompFactory.AFPProtonTransportTool("AFPProtonTransportToolSideC_"+name) )
13 
14  return hypo
TrigAFPHypoConfig.trigAFPDijetComboHypoToolCfg
def trigAFPDijetComboHypoToolCfg(flags, name="TrigAFPDijetComboHypoTool")
Definition: TrigAFPHypoConfig.py:4