![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, trigger) | |
| chain (self) | |
| legs (self) | |
| signatures (self) | |
| isElectron (self) | |
| isPhoton (self) | |
| isTagAndProbeZeeg (self) | |
| threshold (self) | |
| pidname (self) | |
| isIsolated (self) | |
Static Public Attributes | |
| dict | EM = {"e", "electron"} |
| dict | GAMMA = {"g", "photon"} |
Private Attributes | |
| __chain = trigger | |
| __legs = HLTChainInfo(trigger) | |
| dict | __sigs = {leg.signature.lower() for leg in self.__legs} |
Definition at line 8 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.__init__ | ( | self, | |
| trigger ) |
Definition at line 14 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.chain | ( | self | ) |
Definition at line 19 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.isElectron | ( | self | ) |
Definition at line 28 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.isIsolated | ( | self | ) |
Definition at line 69 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.isPhoton | ( | self | ) |
Definition at line 32 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.isTagAndProbeZeeg | ( | self | ) |
Definition at line 36 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.legs | ( | self | ) |
Definition at line 22 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.pidname | ( | self | ) |
Definition at line 55 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.signatures | ( | self | ) |
Definition at line 25 of file TrigEgammaInfo.py.
| python.TrigEgammaInfo.TrigEgammaInfo.threshold | ( | self | ) |
Definition at line 43 of file TrigEgammaInfo.py.
|
private |
Definition at line 15 of file TrigEgammaInfo.py.
|
private |
Definition at line 16 of file TrigEgammaInfo.py.
|
private |
Definition at line 17 of file TrigEgammaInfo.py.
|
static |
Definition at line 10 of file TrigEgammaInfo.py.
|
static |
Definition at line 11 of file TrigEgammaInfo.py.