4 from AthenaConfiguration.ComponentFactory
import CompFactory
7 value =
int(threshold_value)*1000
8 UseThisLinkName=
"initialRoI"
9 HLTTest__TestHypoTool=CompFactory.getComp(
"HLTTest::TestHypoTool")
10 return HLTTest__TestHypoTool(name, Threshold=value, Property=prop, LinkName=UseThisLinkName)
13 name = chainDict[
'chainName']
15 return TestHypoTool(name,prop=
"pt", threshold_value=threshold)
18 name = chainDict[
'chainName']
20 return TestHypoTool(name,prop=
"et", threshold_value=threshold)
23 name = chainDict[
'chainName']
25 return TestHypoTool(name,prop=
"et", threshold_value=threshold)
29 name = chainDict[
'chainName']
31 return TestHypoTool(name,prop=
"pt2", threshold_value=threshold)
34 name = chainDict[
'chainName']
36 return TestHypoTool(name,prop=
"et", threshold_value=threshold)
40 name = chainDict[
'chainParts'][0][
'chainPartName']
41 from TriggerMenuMT.HLT.Config.Utility.DictFromChainName
import getChainThresholdFromName
47 name = chainDict[
'chainName']
48 tool= CompFactory.DeltaRRoIComboHypoTool(name)