◆ __init__()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
cand, |
|
|
|
threshold, |
|
|
|
sel, |
|
|
|
trackinfo, |
|
|
|
noringerinfo |
|
) |
| |
Definition at line 32 of file TrigEgammaForwardFastCaloHypoTool.py.
32 def __init__(self, name, cand, threshold, sel, trackinfo, noringerinfo):
34 from AthenaCommon.Logging
import logging
35 self.__log = logging.getLogger(
'TrigEgammaForwardFastCaloHypoTool')
37 self.__useRun3 =
False
40 self.__threshold =
float(threshold)
42 self.__trackinfo = trackinfo
43 self.__noringerinfo = noringerinfo
45 from AthenaConfiguration.ComponentFactory
import CompFactory
46 tool = CompFactory.TrigEgammaForwardFastCaloHypoTool( name )
47 tool.AcceptAll =
False
48 tool.EtCut = self.__threshold*GeV
52 self.__log.
debug(
'Chain :%s', name )
53 self.__log.
debug(
'Signature :%s', cand )
54 self.__log.
debug(
'Threshold :%s', threshold )
55 self.__log.
debug(
'Pidname :%s', sel )
56 self.__log.
debug(
'trackinfo :%s', trackinfo )
57 self.__log.
debug(
'noringerinfo :%s', noringerinfo )
◆ chain()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.chain |
( |
|
self | ) |
|
◆ compile()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.compile |
( |
|
self | ) |
|
◆ etthr()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.etthr |
( |
|
self | ) |
|
◆ isElectron()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.isElectron |
( |
|
self | ) |
|
◆ isPhoton()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.isPhoton |
( |
|
self | ) |
|
◆ nocut()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.nocut |
( |
|
self | ) |
|
◆ pidname()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.pidname |
( |
|
self | ) |
|
◆ tool()
def TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.tool |
( |
|
self | ) |
|
◆ __cand
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__cand |
|
private |
◆ __log
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__log |
|
private |
◆ __name
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__name |
|
private |
◆ __noringerinfo
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__noringerinfo |
|
private |
◆ __operation_points
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__operation_points |
|
staticprivate |
◆ __sel
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__sel |
|
private |
◆ __threshold
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__threshold |
|
private |
◆ __tool
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__tool |
|
private |
◆ __trackinfo
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__trackinfo |
|
private |
◆ __useRun3
TrigEgammaForwardFastCaloHypoTool.TrigEgammaForwardFastCaloHypoToolConfig.__useRun3 |
|
private |
The documentation for this class was generated from the following file: