 |
ATLAS Offline Software
|
◆ dimuDrComboHypoTool()
def HLTSignatureHypoTools.dimuDrComboHypoTool |
( |
|
flags, |
|
|
|
chainDict |
|
) |
| |
Definition at line 46 of file HLTSignatureHypoTools.py.
47 name = chainDict[
'chainName']
48 tool= CompFactory.DeltaRRoIComboHypoTool(name)
◆ ElTest2HypoTool()
def HLTSignatureHypoTools.ElTest2HypoTool |
( |
|
flags, |
|
|
|
chainDict |
|
) |
| |
◆ ElTestHypoTool()
def HLTSignatureHypoTools.ElTestHypoTool |
( |
|
flags, |
|
|
|
chainDict |
|
) |
| |
◆ GammTestHypoTool()
def HLTSignatureHypoTools.GammTestHypoTool |
( |
|
flags, |
|
|
|
chainDict |
|
) |
| |
◆ getThreshold()
def HLTSignatureHypoTools.getThreshold |
( |
|
chainDict | ) |
|
Definition at line 39 of file HLTSignatureHypoTools.py.
40 name = chainDict[
'chainParts'][0][
'chainPartName']
41 from TriggerMenuMT.HLT.Config.Utility.DictFromChainName
import getChainThresholdFromName
◆ MuTest2HypoTool()
def HLTSignatureHypoTools.MuTest2HypoTool |
( |
|
flags, |
|
|
|
chainDict |
|
) |
| |
◆ MuTestHypoTool()
def HLTSignatureHypoTools.MuTestHypoTool |
( |
|
flags, |
|
|
|
chainDict |
|
) |
| |
◆ TestHypoTool()
def HLTSignatureHypoTools.TestHypoTool |
( |
|
name, |
|
|
|
prop, |
|
|
|
threshold_value |
|
) |
| |
Definition at line 6 of file HLTSignatureHypoTools.py.
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)
def getChainThresholdFromName(chainParts, signature)
CP::CorrectionCode getThreshold(Int_t &threshold, const std::string &trigger)