GaudiSvc.GaudiSvcConf.TagCollectionSvc Class Reference
Inheritance diagram for GaudiSvc.GaudiSvcConf.TagCollectionSvc:
Collaboration diagram for GaudiSvc.GaudiSvcConf.TagCollectionSvc:

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 511 of file GaudiSvcConf.py.

Constructor & Destructor Documentation

def GaudiSvc.GaudiSvcConf.TagCollectionSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 534 of file GaudiSvcConf.py.

534  def __init__(self, name = Configurable.DefaultName, **kwargs):
535  super(TagCollectionSvc, self).__init__(name)
536  for n,v in kwargs.items():
537  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiSvc.GaudiSvcConf.TagCollectionSvc.getDlls (   self)

Definition at line 538 of file GaudiSvcConf.py.

538  def getDlls( self ):
539  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.TagCollectionSvc.getType (   self)

Definition at line 540 of file GaudiSvcConf.py.

540  def getType( self ):
541  return 'TagCollectionSvc'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.TagCollectionSvc.__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  'RootCLID' : 1, # int
11  'RootName' : '/NTUPLES', # str
12  'ForceLeaves' : False, # bool
13  'InhibitPathes' : [ ], # list
14  'DataFaultName' : 'DataFault', # str
15  'DataAccessName' : 'DataAccess', # str
16  'EnableFaultHandler' : False, # bool
17  'EnableAccessHandler' : False, # bool
18  'Input' : [ ], # list
19  'Output' : [ ], # list
20  }

Definition at line 512 of file GaudiSvcConf.py.

dictionary GaudiSvc.GaudiSvcConf.TagCollectionSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 532 of file GaudiSvcConf.py.


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