|
| | chi2 = mybook (name + "chi2", 200, 0, 1000) |
| | 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 244 of file PyAlgorithmExample.py.
◆ __init__()
| PyAlgorithmExample.Parthists_Muo.__init__ |
( |
| self, |
|
|
| name ) |
Definition at line 245 of file PyAlgorithmExample.py.
245 def __init__ (self, name):
246 Parthists.__init__ (self, name)
247 self.chi2 = mybook (name + "chi2", 200, 0, 1000)
248 return
249
◆ fill()
| PyAlgorithmExample.Parthists_Muo.fill |
( |
| self, |
|
|
| p ) |
◆ chi2
| PyAlgorithmExample.Parthists_Muo.chi2 = mybook (name + "chi2", 200, 0, 1000) |
◆ eta
| PyAlgorithmExample.Parthists.eta = mybook (name + "_eta", 50, -4, 4) |
|
inherited |
◆ 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: