GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_ Class Reference
Inheritance diagram for GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_:
Collaboration diagram for GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 307 of file GaudiSvcConf.py.

Constructor & Destructor Documentation

def GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 326 of file GaudiSvcConf.py.

326  def __init__(self, name = Configurable.DefaultName, **kwargs):
327  super(HepRndm__Engine_CLHEP__Ranlux64Engine_, self).__init__(name)
328  for n,v in kwargs.items():
329  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_.getDlls (   self)

Definition at line 330 of file GaudiSvcConf.py.

330  def getDlls( self ):
331  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_.getType (   self)

Definition at line 332 of file GaudiSvcConf.py.

332  def getType( self ):
333  return 'HepRndm::Engine<CLHEP::Ranlux64Engine>'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'Seeds' : [ ], # list
11  'Column' : 0, # int
12  'Row' : 1, # int
13  'Luxury' : 3, # int
14  'UseTable' : False, # bool
15  'SetSingleton' : False, # bool
16  }

Definition at line 308 of file GaudiSvcConf.py.

dictionary GaudiSvc.GaudiSvcConf.HepRndm__Engine_CLHEP__Ranlux64Engine_._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 324 of file GaudiSvcConf.py.


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