GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector Class Reference
Inheritance diagram for GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector:
Collaboration diagram for GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector:

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 176 of file GaudiCoreSvcConf.py.

Constructor & Destructor Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 198 of file GaudiCoreSvcConf.py.

198  def __init__(self, name = Configurable.DefaultName, **kwargs):
199  super(EventCollectionSelector, self).__init__(name)
200  for n,v in kwargs.items():
201  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector.getDlls (   self)

Definition at line 202 of file GaudiCoreSvcConf.py.

202  def getDlls( self ):
203  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector.getType (   self)

Definition at line 204 of file GaudiCoreSvcConf.py.

204  def getType( self ):
205  return 'EventCollectionSelector'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # 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  'CnvService' : 'EvtTupleSvc', # str
11  'Authentication' : '', # str
12  'Container' : 'B2PiPi', # str
13  'Item' : 'Address', # str
14  'Criteria' : '', # str
15  'DB' : '', # str
16  'DbType' : '', # str
17  'DbService' : '', # str
18  'Function' : 'NTuple::Selector', # str
19  }

Definition at line 177 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.EventCollectionSelector._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 196 of file GaudiCoreSvcConf.py.


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