Definition at line 365 of file samplers.py.
◆ __init__()
def python.samplers.NullMomSampler.__init__ |
( |
|
self, |
|
|
|
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.NullMomSampler.mass |
( |
|
self | ) |
|
◆ mass() [2/2]
def python.samplers.NullMomSampler.mass |
( |
|
self, |
|
|
|
x |
|
) |
| |
◆ shoot()
def python.samplers.NullMomSampler.shoot |
( |
|
self | ) |
|
◆ _m
python.samplers.NullMomSampler._m |
|
private |
◆ mass
python.samplers.NullMomSampler.mass |
The documentation for this class was generated from the following file: