Definition at line 310 of file PyAlgorithmExample.py.
◆ __init__()
def 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)
◆ fill()
def PyAlgorithmExample.Parthists_Z.fill |
( |
|
self, |
|
|
|
p |
|
) |
| |
◆ dr
PyAlgorithmExample.Parthists_Z.dr |
◆ eta
PyAlgorithmExample.Parthists.eta |
|
inherited |
PyAlgorithmExample.Parthists_Z.m |
◆ phi
PyAlgorithmExample.Parthists.phi |
|
inherited |
◆ pt
PyAlgorithmExample.Parthists.pt |
|
inherited |
The documentation for this class was generated from the following file: