python::IsolatedPhotonDumperGetter::Atlfast__IsolatedPhotonDumperGetter Class Reference

Configures an instance of Atlfast::ReconstructedParticleDumper for isolated photons. More...

List of all members.

Public Member Functions

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

Private Attributes

 _algHandle


Detailed Description

Configures an instance of Atlfast::ReconstructedParticleDumper for isolated photons.

Supplies a handle if needed. StoreGate location of the Atlfast photon collection is given as input

Definition at line 13 of file IsolatedPhotonDumperGetter.py.


Member Function Documentation

def python::IsolatedPhotonDumperGetter::Atlfast__IsolatedPhotonDumperGetter::configure (   self  ) 

Creates and configures Atlfast::ReconstructedParticleDumper instance. This is done via the genConf autogenerated getter class. StoreGate location of the Atlfast isolated photon collection is given as input

Definition at line 19 of file IsolatedPhotonDumperGetter.py.

00019                        :
00020 
00021         try:        
00022             from AtlfastAlgs.AtlfastAlgsConf import Atlfast__ReconstructedParticleDumper
00023         except Exception:
00024             mlog = logging.getLogger( 'Atlfast__IsolatedPhotonDumperGetter::configure:' )
00025             mlog.error("could not import AtlfastAlgs.Atlfast__ReconstructedParticleDumper")
00026             print traceback.format_exc()
00027             return False
00028 
00029         theIsolatedPhotonDumperMaker=Atlfast__ReconstructedParticleDumper("IsolatedPhotonDumperMaker")
00030         self._algHandle_algHandle = theIsolatedPhotonDumperMaker;
00031 
00032         theIsolatedPhotonDumperMaker.InputLocation   = "/Event/AtlfastIsolatedPhotons"
00033 
00034         return True
00035 
    ## Returns a handle to the Atlfast::ReconstructedParticleDumper instance.

def python::IsolatedPhotonDumperGetter::Atlfast__IsolatedPhotonDumperGetter::AlgHandle (   self  ) 

Returns a handle to the Atlfast::ReconstructedParticleDumper instance.

Definition at line 38 of file IsolatedPhotonDumperGetter.py.

00038                        :
00039         return self._algHandle_algHandle
        return self._algHandle_algHandle


Member Data Documentation

python::IsolatedPhotonDumperGetter::Atlfast__IsolatedPhotonDumperGetter::_algHandle [private]

Definition at line 30 of file IsolatedPhotonDumperGetter.py.


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