|
| | m = mybook (name + "m", 100, 0, m_max) |
| | dr = mybook (name + "dr", 100, 0, 10) |
| | 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 310 of file PyAlgorithmExample.py.
◆ __init__()
| PyAlgorithmExample.Parthists_Z.__init__ |
( |
| self, |
|
|
| name, |
|
|
| m_max = 250*GeV ) |
Definition at line 311 of file PyAlgorithmExample.py.
311 def __init__ (self, name, m_max = 250*GeV):
312 Parthists.__init__ (self, name)
313 self.m = mybook (name + "m", 100, 0, m_max)
314 self.dr = mybook (name + "dr", 100, 0, 10)
315 return
316
◆ fill()
| PyAlgorithmExample.Parthists_Z.fill |
( |
| self, |
|
|
| p ) |
◆ dr
| PyAlgorithmExample.Parthists_Z.dr = mybook (name + "dr", 100, 0, 10) |
◆ eta
| PyAlgorithmExample.Parthists.eta = mybook (name + "_eta", 50, -4, 4) |
|
inherited |
| PyAlgorithmExample.Parthists_Z.m = mybook (name + "m", 100, 0, m_max) |
◆ phi
| PyAlgorithmExample.Parthists.phi = mybook (name + "_phi", 50, -3.5, 3.5) |
|
inherited |
◆ pt
| PyAlgorithmExample.Parthists.pt = mybook (name + "_pt", 50, 0, 250*GeV) |
|
inherited |
The documentation for this class was generated from the following file: