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

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

Constructor & Destructor Documentation

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

Definition at line 84 of file RootCnvConf.py.

84  def __init__(self, name = Configurable.DefaultName, **kwargs):
85  super(Gaudi__RootPerfMonSvc, self).__init__(name)
86  for n,v in kwargs.items():
87  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: RootCnvConf.py:84

Member Function Documentation

def RootCnv.RootCnvConf.Gaudi__RootPerfMonSvc.getDlls (   self)

Definition at line 88 of file RootCnvConf.py.

88  def getDlls( self ):
89  return 'RootCnv'
def RootCnv.RootCnvConf.Gaudi__RootPerfMonSvc.getType (   self)

Definition at line 90 of file RootCnvConf.py.

90  def getType( self ):
91  return 'Gaudi::RootPerfMonSvc'

Member Data Documentation

dictionary RootCnv.RootCnvConf.Gaudi__RootPerfMonSvc.__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  'Streams' : '', # str
12  'BasketSize' : '', # str
13  'BufferSize' : '', # str
14  'SplitLevel' : '', # str
15  }

Definition at line 67 of file RootCnvConf.py.

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

Definition at line 82 of file RootCnvConf.py.


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