ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, tool) |
def | tables (self) |
def | __str__ (self) |
Public Attributes | |
connections | |
node_table | |
nid | |
cid | |
Private Member Functions | |
def | _process (self, tool) |
"Look inside" a jet hypo tool, and post its contents, including all nested classes to two tables: - self.node_table : a look up table of node id (int) to AlgTool - self.connected: a look up table of connections. Keys are node ids, values are the list of node ids of tool contained within the tool with node id given by the key. example (tool name replaces tool instance): node_table: 0 HLT_j80_j60_L1J15 1 helper_tool_0 2 HelperToolConfigTool_0 3 RepeatedConditionConfigTool_0 4 all_0 5 RepeatedConditionConfigTool_2 6 eta_0 7 et_0 8 RepeatedConditionConfigTool_3 9 eta_1 10 et_1 11 RepeatedConditionConfigTool_1 12 RepeatedConditionConfigTool_4 13 RepeatedConditionConfigTool_5 connections: 0 [1] 1 [2] 2 [3, 5, 8, 11, 12, 13] 3 [4] 5 [6, 7] 8 [9, 10]
Definition at line 5 of file HypoToolAnalyser.py.
def python.HypoToolAnalyser.HypoToolAnalyser.__init__ | ( | self, | |
tool | |||
) |
Definition at line 42 of file HypoToolAnalyser.py.
def python.HypoToolAnalyser.HypoToolAnalyser.__str__ | ( | self | ) |
Definition at line 77 of file HypoToolAnalyser.py.
|
private |
Definition at line 50 of file HypoToolAnalyser.py.
def python.HypoToolAnalyser.HypoToolAnalyser.tables | ( | self | ) |
Definition at line 74 of file HypoToolAnalyser.py.
python.HypoToolAnalyser.HypoToolAnalyser.cid |
Definition at line 46 of file HypoToolAnalyser.py.
python.HypoToolAnalyser.HypoToolAnalyser.connections |
Definition at line 43 of file HypoToolAnalyser.py.
python.HypoToolAnalyser.HypoToolAnalyser.nid |
Definition at line 45 of file HypoToolAnalyser.py.
python.HypoToolAnalyser.HypoToolAnalyser.node_table |
Definition at line 44 of file HypoToolAnalyser.py.