![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name) | |
| fill (self, p) | |
Public Attributes | |
| pt = mybook (name + "_pt", 50, 0, 250*GeV) | |
| eta = mybook (name + "_eta", 50, -4, 4) | |
| phi = mybook (name + "_phi", 50, -3.5, 3.5) | |
Definition at line 72 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists.__init__ | ( | self, | |
| name ) |
Definition at line 74 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists.fill | ( | self, | |
| p ) |
Reimplemented in PyAlgorithmExample.Parthists_Ele, PyAlgorithmExample.Parthists_Muo, PyAlgorithmExample.Parthists_Taujet, and PyAlgorithmExample.Parthists_Z.
Definition at line 81 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists.eta = mybook (name + "_eta", 50, -4, 4) |
Definition at line 76 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists.phi = mybook (name + "_phi", 50, -3.5, 3.5) |
Definition at line 77 of file PyAlgorithmExample.py.
Definition at line 75 of file PyAlgorithmExample.py.