![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, val) | |
| shoot (self) | |
| __repr__ (self) | |
| __call__ (self) | |
Public Attributes | |
| val = val | |
Definition at line 25 of file samplers.py.
| python.samplers.ConstSampler.__init__ | ( | self, | |
| val ) |
Definition at line 28 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.ConstSampler.__repr__ | ( | self | ) |
Definition at line 34 of file samplers.py.
| python.samplers.ConstSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 31 of file samplers.py.
| python.samplers.ConstSampler.val = val |
Definition at line 29 of file samplers.py.