![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, *args) | |
| shoot (self) | |
| __call__ (self) | |
Public Attributes | |
| sequence = args[0] | |
| int | index = 0 |
Definition at line 223 of file samplers.py.
| python.samplers.CyclicSeqSampler.__init__ | ( | self, | |
| * | args ) |
Definition at line 226 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.CyclicSeqSampler.shoot | ( | self | ) |
Reimplemented from python.samplers.Sampler.
Definition at line 233 of file samplers.py.
| int python.samplers.CyclicSeqSampler.index = 0 |
Definition at line 231 of file samplers.py.
| python.samplers.CyclicSeqSampler.sequence = args[0] |
Definition at line 228 of file samplers.py.