6 """Configure the FCal-based forward gap hypo tool"""
8 tool = CompFactory.TrigHIFwdGapHypoTool(chainDict[
'chainName'])
10 FgapInfo = chainDict[
'chainParts'][0][
'hypoFgapInfo'][0]
12 tool.maxFCalEt = int(FgapInfo.strip(
'FgapAC'))
13 tool.useDoubleSidedGap =
True
15 tool.maxFCalEt = int(FgapInfo.strip(
'FgapA'))
18 tool.maxFCalEt = int(FgapInfo.strip(
'FgapC'))