ATLAS Offline Software
|
Public Member Functions | |
def | shoot (self) |
def | __call__ (self) |
Definition at line 11 of file samplers.py.
def python.samplers.Sampler.__call__ | ( | self | ) |
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.
def python.samplers.Sampler.shoot | ( | self | ) |
Reimplemented in python.samplers.ParticleSampler, python.samplers.PtThetaMPhiSampler, python.samplers.PtRapMPhiSampler, python.samplers.PtEtaMPhiSampler, python.samplers.EThetaMPhiSampler, python.samplers.ERapMPhiSampler, python.samplers.EEtaMPhiSampler, python.samplers.MXYZSampler, python.samplers.NullMomSampler, python.samplers.PosSampler, python.samplers.CyclicSeqSampler, python.samplers.RandomSeqSampler, python.samplers.TH1Sampler, python.samplers.InvSampler, python.samplers.GaussianSampler, python.samplers.LogSampler, python.samplers.DisjointUniformSampler, python.samplers.ModUniformSampler, python.samplers.UniformSampler, and python.samplers.ConstSampler.
Definition at line 14 of file samplers.py.