![]() |
ATLAS Offline Software
|
The example algorithm. More...
Public Member Functions | |
| __init__ (self, name, args) | |
| execute (self) | |
| get_electrons (self) | |
| get_muons (self) | |
| get_taujets (self) | |
| get_met (self) | |
| find_zll (self, llist, h) | |
| find_ztt (self, parts, met, zll, h) | |
| find_hzz (self, candlist, h) | |
Public Attributes | |
| args = args | |
| h = h | |
The example algorithm.
We derive from PyAlgorithm, which means that this is a Gaudi algorithm in every sense.
Definition at line 343 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.__init__ | ( | self, | |
| name, | |||
| args ) |
Definition at line 346 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.execute | ( | self | ) |
Definition at line 396 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.find_hzz | ( | self, | |
| candlist, | |||
| h ) |
Definition at line 628 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.find_zll | ( | self, | |
| llist, | |||
| h ) |
Definition at line 557 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.find_ztt | ( | self, | |
| parts, | |||
| met, | |||
| zll, | |||
| h ) |
Definition at line 583 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.get_electrons | ( | self | ) |
Definition at line 463 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.get_met | ( | self | ) |
Definition at line 540 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.get_muons | ( | self | ) |
Definition at line 491 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.get_taujets | ( | self | ) |
Definition at line 512 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.args = args |
Definition at line 351 of file PyAlgorithmExample.py.
| PyAlgorithmExample.PyAlgorithmExample.h = h |
Definition at line 357 of file PyAlgorithmExample.py.