GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool:

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 133 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 153 of file GaudiCommonSvcConf.py.

153  def __init__(self, name = Configurable.DefaultName, **kwargs):
154  super(DataSvcFileEntriesTool, self).__init__(name)
155  for n,v in kwargs.items():
156  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool.getDlls (   self)

Definition at line 157 of file GaudiCommonSvcConf.py.

157  def getDlls( self ):
158  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool.getType (   self)

Definition at line 159 of file GaudiCommonSvcConf.py.

159  def getType( self ):
160  return 'DataSvcFileEntriesTool'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 7, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  'DataService' : 'EventDataSvc', # str
10  'Root' : '', # str
11  'ScanOnBeginEvent' : False, # bool
12  'IgnoreOriginChange' : False, # bool
13  }

Definition at line 134 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.DataSvcFileEntriesTool._propertyDocDct
staticprivate
Initial value:
1 = {
2  'IgnoreOriginChange' : ,
3  'DataService' : ,
4  'Root' : ,
5  'ScanOnBeginEvent' : ,
6  }

Definition at line 147 of file GaudiCommonSvcConf.py.


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