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

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 456 of file GaudiSvcConf.py.

Constructor & Destructor Documentation

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

Definition at line 470 of file GaudiSvcConf.py.

470  def __init__(self, name = Configurable.DefaultName, **kwargs):
471  super(RndmGenSvc, self).__init__(name)
472  for n,v in kwargs.items():
473  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiSvc.GaudiSvcConf.RndmGenSvc.getDlls (   self)

Definition at line 474 of file GaudiSvcConf.py.

474  def getDlls( self ):
475  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.RndmGenSvc.getType (   self)

Definition at line 476 of file GaudiSvcConf.py.

476  def getType( self ):
477  return 'RndmGenSvc'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.RndmGenSvc.__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  'Engine' : 'HepRndm::Engine<CLHEP::RanluxEngine>', # str
11  }

Definition at line 457 of file GaudiSvcConf.py.

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

Definition at line 468 of file GaudiSvcConf.py.


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