![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, mean, sigma) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| mean = float(mean) | |
| sigma = float(sigma) | |
Definition at line 160 of file samplers.py.
| python.samplers.GaussianSampler.__init__ | ( | self, | |
| mean, | |||
| sigma ) |
Definition at line 163 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.GaussianSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 167 of file samplers.py.
| python.samplers.GaussianSampler.mean = float(mean) |
Definition at line 164 of file samplers.py.
| python.samplers.GaussianSampler.sigma = float(sigma) |
Definition at line 165 of file samplers.py.