ATLAS Offline Software
Public Member Functions | List of all members
python.samplers.ContinuousSampler Class Reference

Continuous distribution samplers. More...

Inheritance diagram for python.samplers.ContinuousSampler:
Collaboration diagram for python.samplers.ContinuousSampler:

Public Member Functions

def shoot (self)
 
def __call__ (self)
 

Detailed Description

Continuous distribution samplers.

Definition at line 40 of file samplers.py.

Member Function Documentation

◆ __call__()

def python.samplers.Sampler.__call__ (   self)
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.

17  def __call__(self):
18  """This is the call method that will actually be used (so that normal
19  functions can also be passed in as samplers)."""
20  return self.shoot()
21 

◆ shoot()

def python.samplers.Sampler.shoot (   self)
inherited

The documentation for this class was generated from the following file: