RootCnv.RootCnvConf.Gaudi__RootCnvSvc Class Reference
Inheritance diagram for RootCnv.RootCnvConf.Gaudi__RootCnvSvc:
Collaboration diagram for RootCnv.RootCnvConf.Gaudi__RootCnvSvc:

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 4 of file RootCnvConf.py.

Constructor & Destructor Documentation

def RootCnv.RootCnvConf.Gaudi__RootCnvSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 31 of file RootCnvConf.py.

31  def __init__(self, name = Configurable.DefaultName, **kwargs):
32  super(Gaudi__RootCnvSvc, self).__init__(name)
33  for n,v in kwargs.items():
34  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: RootCnvConf.py:31

Member Function Documentation

def RootCnv.RootCnvConf.Gaudi__RootCnvSvc.getDlls (   self)

Definition at line 35 of file RootCnvConf.py.

35  def getDlls( self ):
36  return 'RootCnv'
def RootCnv.RootCnvConf.Gaudi__RootCnvSvc.getType (   self)

Definition at line 37 of file RootCnvConf.py.

37  def getType( self ):
38  return 'Gaudi::RootCnvSvc'

Member Data Documentation

dictionary RootCnv.RootCnvConf.Gaudi__RootCnvSvc.__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  'IOPerfStats' : '', # str
11  'ShareFiles' : 'NO', # str
12  'EnableIncident' : True, # bool
13  'RecordsName' : '/FileRecords', # str
14  'LoadSection' : 'Event', # str
15  'AutoFlush' : 100, # int
16  'BasketSize' : 2097152, # int
17  'BufferSize' : 2048, # int
18  'SplitLevel' : 0, # int
19  'GlobalCompression' : '', # str
20  'CacheSize' : 10485760, # int
21  'LearnEntries' : 10, # int
22  'CacheBranches' : [ '*' ], # list
23  'VetoBranches' : [ ], # list
24  }

Definition at line 5 of file RootCnvConf.py.

dictionary RootCnv.RootCnvConf.Gaudi__RootCnvSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 29 of file RootCnvConf.py.


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