![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, mass=0.0) | |
| mass (self) | |
| mass (self, x) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| mass = mass | |
Protected Attributes | |
| _m = mksampler(x) | |
Definition at line 365 of file samplers.py.
| python.samplers.NullMomSampler.__init__ | ( | self, | |
| mass = 0.0 ) |
Definition at line 368 of file samplers.py.
|
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.
| python.samplers.NullMomSampler.mass | ( | self | ) |
Definition at line 372 of file samplers.py.
| python.samplers.NullMomSampler.mass | ( | self, | |
| x ) |
Definition at line 376 of file samplers.py.
| python.samplers.NullMomSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 379 of file samplers.py.
Definition at line 377 of file samplers.py.
| python.samplers.NullMomSampler.mass = mass |
Definition at line 369 of file samplers.py.