ATLAS Offline Software
Functions
TrigAFPHypoConfig Namespace Reference

Functions

def trigAFPDijetComboHypoToolCfg (flags, name="TrigAFPDijetComboHypoTool")
 

Function Documentation

◆ trigAFPDijetComboHypoToolCfg()

def TrigAFPHypoConfig.trigAFPDijetComboHypoToolCfg (   flags,
  name = "TrigAFPDijetComboHypoTool" 
)

Definition at line 4 of file TrigAFPHypoConfig.py.

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