python::AtlfastDumperGetter::Atlfast__AtlfastDumperGetter Class Reference

Configures an instance of Atlfast::AtlfastDumper. More...

List of all members.

Public Member Functions

def configure
def AlgHandle
 Returns a handle to the Atlfast::AtlfastDumperMaker instance.

Private Attributes

 _algHandle


Detailed Description

Configures an instance of Atlfast::AtlfastDumper.

Supplies a handle if needed.

Definition at line 12 of file AtlfastDumperGetter.py.


Member Function Documentation

def python::AtlfastDumperGetter::Atlfast__AtlfastDumperGetter::configure (   self  ) 

Creates and configures Atlfast::AtlfastDumper instance. This is done via the genConf autogenerated getter class.

Definition at line 17 of file AtlfastDumperGetter.py.

00017                        :
00018 
00019         try:        
00020             from AtlfastAlgs.AtlfastAlgsConf import Atlfast__AtlfastDumper
00021         except Exception:
00022             mlog = logging.getLogger( 'Atlfast__AtlfastDumperGetter::configure:' )
00023             mlog.error("could not import AtlfastAlgs.Atlfast__AtlfastDumper")
00024             print traceback.format_exc()
00025             return False
00026 
00027         theAtlfastDumperMaker=Atlfast__AtlfastDumper("AtlfastDumperMaker")
00028         self._algHandle_algHandle = theAtlfastDumperMaker;
00029 
00030         return True
00031 
    ## Returns a handle to the Atlfast::AtlfastDumperMaker instance.

def python::AtlfastDumperGetter::Atlfast__AtlfastDumperGetter::AlgHandle (   self  ) 

Returns a handle to the Atlfast::AtlfastDumperMaker instance.

Definition at line 34 of file AtlfastDumperGetter.py.

00034                        :
00035         return self._algHandle_algHandle
        return self._algHandle_algHandle


Member Data Documentation

python::AtlfastDumperGetter::Atlfast__AtlfastDumperGetter::_algHandle [private]

Definition at line 28 of file AtlfastDumperGetter.py.


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 14:19:42 2007 for AtlfastAlgs by  doxygen 1.5.1