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

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

Constructor & Destructor Documentation

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

Definition at line 256 of file GaudiCoreSvcConf.py.

256  def __init__(self, name = Configurable.DefaultName, **kwargs):
257  super(EventSelector, self).__init__(name)
258  for n,v in kwargs.items():
259  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.EventSelector.getDlls (   self)

Definition at line 260 of file GaudiCoreSvcConf.py.

260  def getDlls( self ):
261  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.EventSelector.getType (   self)

Definition at line 262 of file GaudiCoreSvcConf.py.

262  def getType( self ):
263  return 'EventSelector'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.EventSelector.__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  'Input' : [ ], # list
11  'FirstEvent' : 0, # int
12  'EvtMax' : 2147483647, # int
13  'PrintFreq' : 10, # int
14  'StreamManager' : 'DataStreamTool', # str
15  }

Definition at line 239 of file GaudiCoreSvcConf.py.

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

Definition at line 254 of file GaudiCoreSvcConf.py.


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