Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions | Private Attributes | Static Private Attributes

Configurable::ConfigurableAuditor Class Reference

Inheritance diagram for Configurable::ConfigurableAuditor:
Inheritance graph
[legend]
Collaboration diagram for Configurable::ConfigurableAuditor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def __init__
def getHandle
def getGaudiType
def getJobOptName
def toStringProperty

Private Attributes

 _jobOptName

Static Private Attributes

dictionary __slots__

Detailed Description

Definition at line 1088 of file Configurable.py.


Constructor & Destructor Documentation

def Configurable::ConfigurableAuditor::__init__ (   self,
  name = Configurable.DefaultName 
)

Reimplemented from Configurable::Configurable.

Definition at line 1092 of file Configurable.py.

01093                                                          :
01094         super( ConfigurableAuditor, self ).__init__( name )
01095         name = self.getName()
01096         name = name[ name.find('/')+1 : ]   # strips class, if any
01097         self._jobOptName = name


Member Function Documentation

def Configurable::ConfigurableAuditor::getGaudiType (   self )

Definition at line 1102 of file Configurable.py.

01103                             :
01104         return 'Auditor'

def Configurable::ConfigurableAuditor::getHandle (   self )

Definition at line 1098 of file Configurable.py.

01099                          :
01100         # iAlgTool isn't useful, unless one knows for sure that the tool exists
01101         return iProperty( self.getJobOptName() )

def Configurable::ConfigurableAuditor::getJobOptName (   self )

Reimplemented from Configurable::Configurable.

Definition at line 1105 of file Configurable.py.

01106                              :
01107         return self._jobOptName

def Configurable::ConfigurableAuditor::toStringProperty (   self )

Definition at line 1108 of file Configurable.py.

01109 :
    # called on conversion to a string property for the jocat

Member Data Documentation

dictionary Configurable::ConfigurableAuditor::__slots__ [static, private]
Initial value:
{ '_jobOptName' : 0, 'OutputLevel' : 0, \
                  'Enable' : 1 }

Reimplemented from Configurable::Configurable.

Definition at line 1089 of file Configurable.py.

Definition at line 1092 of file Configurable.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:26 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004