![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, hypoToolGen) | |
| setConf (self, chainDict) | |
| create (self, flags) | |
| confAndCreate (self, flags, chainDict) | |
Public Attributes | |
| hypoToolGen = hypoToolGen | |
| name = hypoToolGen.__name__ | |
| chainDict = chainDict | |
Class to group info on hypotools for ChainDict
Definition at line 102 of file MenuComponents.py.
| MenuComponents.HypoToolConf.__init__ | ( | self, | |
| hypoToolGen ) |
Definition at line 104 of file MenuComponents.py.
| MenuComponents.HypoToolConf.confAndCreate | ( | self, | |
| flags, | |||
| chainDict ) |
sets the configuration and creates instance of the hypo tool
Definition at line 117 of file MenuComponents.py.
| MenuComponents.HypoToolConf.create | ( | self, | |
| flags ) |
creates instance of the hypo tool
Definition at line 113 of file MenuComponents.py.
| MenuComponents.HypoToolConf.setConf | ( | self, | |
| chainDict ) |
Definition at line 108 of file MenuComponents.py.
| MenuComponents.HypoToolConf.chainDict = chainDict |
Definition at line 111 of file MenuComponents.py.
| MenuComponents.HypoToolConf.hypoToolGen = hypoToolGen |
Definition at line 105 of file MenuComponents.py.
| MenuComponents.HypoToolConf.name = hypoToolGen.__name__ |
Definition at line 106 of file MenuComponents.py.