| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybAlg::TestRandom::RootRandom Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Public Attributes

 max
 name

Detailed Description

Definition at line 7 of file TestRandom.py.


Member Function Documentation

def DybAlg::TestRandom::RootRandom::__init__ (   self,
  maximum 
)

Definition at line 8 of file TestRandom.py.

00008                               :
00009         self.max = maximum
00010         self.name = 'ROOT'
00011 
    def __call__(self):

def DybAlg::TestRandom::RootRandom::__call__ (   self  ) 

Definition at line 12 of file TestRandom.py.

00012                       :
00013         num = gRandom.Uniform(self.max)
00014         assert 0<=num<self.max, 'Got bogus ROOT random: %f'%num
00015         return num
00016 
class ClhepRandom(object):


Member Data Documentation

DybAlg::TestRandom::RootRandom::max

Definition at line 9 of file TestRandom.py.

DybAlg::TestRandom::RootRandom::name

Definition at line 10 of file TestRandom.py.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:40:41 2011 for DybAlg by doxygen 1.4.7