Definition at line 384 of file samplers.py.
◆ __init__()
def python.samplers.MXYZSampler.__init__ |
( |
|
self, |
|
|
|
px, |
|
|
|
py, |
|
|
|
pz, |
|
|
|
mass = 0.0 |
|
) |
| |
◆ __call__()
def python.samplers.Sampler.__call__ |
( |
|
self | ) |
|
|
inherited |
This is the call method that will actually be used (so that normal
functions can also be passed in as samplers).
Definition at line 17 of file samplers.py.
18 """This is the call method that will actually be used (so that normal
19 functions can also be passed in as samplers)."""
◆ mass() [1/2]
def python.samplers.MXYZSampler.mass |
( |
|
self | ) |
|
◆ mass() [2/2]
def python.samplers.MXYZSampler.mass |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ px() [1/2]
def python.samplers.MXYZSampler.px |
( |
|
self | ) |
|
◆ px() [2/2]
def python.samplers.MXYZSampler.px |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ py() [1/2]
def python.samplers.MXYZSampler.py |
( |
|
self | ) |
|
◆ py() [2/2]
def python.samplers.MXYZSampler.py |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ pz() [1/2]
def python.samplers.MXYZSampler.pz |
( |
|
self | ) |
|
◆ pz() [2/2]
def python.samplers.MXYZSampler.pz |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ shoot()
def python.samplers.MXYZSampler.shoot |
( |
|
self | ) |
|
◆ _m
python.samplers.MXYZSampler._m |
|
private |
◆ _px
python.samplers.MXYZSampler._px |
|
private |
◆ _py
python.samplers.MXYZSampler._py |
|
private |
◆ _pz
python.samplers.MXYZSampler._pz |
|
private |
◆ mass
python.samplers.MXYZSampler.mass |
◆ px
python.samplers.MXYZSampler.px |
◆ py
python.samplers.MXYZSampler.py |
◆ pz
python.samplers.MXYZSampler.pz |
The documentation for this class was generated from the following file: