![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name) | |
| fill (self, p) | |
Public Attributes | |
| etem = mybook (name + "etem", 100, 0, 200*GeV) | |
| ethad = mybook (name + "ethad", 100, 0, 200*GeV) | |
| ntrack = mybook (name + "ntrack", 10, -0.5, 9.5) | |
| charge = mybook (name + "charge", 10, -4.5, 4.5) | |
| emrad = mybook (name + "emrad", 100, 0, 50) | |
| isofrac = mybook (name + "isofrac", 100, 0, 1) | |
| stripw2 = mybook (name + "stripw2", 100, 0, 1) | |
| likeli = mybook (name + "likeli", -10, 0, 40) | |
| pt1 = mybook (name + "pt1", 100, 0, 200*GeV) | |
| emfrac = mybook (name + "emfrac", 100, 0, 1) | |
| tote = mybook (name + "tote", 100, 0, 200*GeV) | |
| 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 264 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.__init__ | ( | self, | |
| name ) |
Definition at line 265 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.fill | ( | self, | |
| p ) |
Reimplemented from PyAlgorithmExample.Parthists.
Definition at line 280 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.charge = mybook (name + "charge", 10, -4.5, 4.5) |
Definition at line 270 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.emfrac = mybook (name + "emfrac", 100, 0, 1) |
Definition at line 276 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.emrad = mybook (name + "emrad", 100, 0, 50) |
Definition at line 271 of file PyAlgorithmExample.py.
|
inherited |
Definition at line 76 of file PyAlgorithmExample.py.
Definition at line 267 of file PyAlgorithmExample.py.
Definition at line 268 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.isofrac = mybook (name + "isofrac", 100, 0, 1) |
Definition at line 272 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.likeli = mybook (name + "likeli", -10, 0, 40) |
Definition at line 274 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.ntrack = mybook (name + "ntrack", 10, -0.5, 9.5) |
Definition at line 269 of file PyAlgorithmExample.py.
|
inherited |
Definition at line 77 of file PyAlgorithmExample.py.
Definition at line 75 of file PyAlgorithmExample.py.
Definition at line 275 of file PyAlgorithmExample.py.
| PyAlgorithmExample.Parthists_Taujet.stripw2 = mybook (name + "stripw2", 100, 0, 1) |
Definition at line 273 of file PyAlgorithmExample.py.
Definition at line 277 of file PyAlgorithmExample.py.