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

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

Constructor & Destructor Documentation

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

Definition at line 56 of file RootCnvConf.py.

56  def __init__(self, name = Configurable.DefaultName, **kwargs):
57  super(Gaudi__RootEvtSelector, self).__init__(name)
58  for n,v in kwargs.items():
59  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: RootCnvConf.py:56

Member Function Documentation

def RootCnv.RootCnvConf.Gaudi__RootEvtSelector.getDlls (   self)

Definition at line 60 of file RootCnvConf.py.

60  def getDlls( self ):
61  return 'RootCnv'
def RootCnv.RootCnvConf.Gaudi__RootEvtSelector.getType (   self)

Definition at line 62 of file RootCnvConf.py.

62  def getType( self ):
63  return 'Gaudi::RootEvtSelector'

Member Data Documentation

dictionary RootCnv.RootCnvConf.Gaudi__RootEvtSelector.__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  'EvtPersistencySvc' : 'EventPersistencySvc', # str
11  'DbType' : '', # str
12  }

Definition at line 42 of file RootCnvConf.py.

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

Definition at line 54 of file RootCnvConf.py.


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