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

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

Constructor & Destructor Documentation

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

Definition at line 446 of file GaudiSvcConf.py.

446  def __init__(self, name = Configurable.DefaultName, **kwargs):
447  super(NTupleSvc, self).__init__(name)
448  for n,v in kwargs.items():
449  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiSvc.GaudiSvcConf.NTupleSvc.getDlls (   self)

Definition at line 450 of file GaudiSvcConf.py.

450  def getDlls( self ):
451  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.NTupleSvc.getType (   self)

Definition at line 452 of file GaudiSvcConf.py.

452  def getType( self ):
453  return 'NTupleSvc'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.NTupleSvc.__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 424 of file GaudiSvcConf.py.

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

Definition at line 444 of file GaudiSvcConf.py.


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