![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, low, high) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| low = float(low) | |
| high = float(high) | |
Definition at line 171 of file samplers.py.
| python.samplers.InvSampler.__init__ | ( | self, | |
| low, | |||
| high ) |
Definition at line 174 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.InvSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 178 of file samplers.py.
| python.samplers.InvSampler.high = float(high) |
Definition at line 176 of file samplers.py.
| python.samplers.InvSampler.low = float(low) |
Definition at line 175 of file samplers.py.