| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Aida2RootEx::Aida2RootEx2 Class Reference

Simple algorithm which uses aida2root utility. More...

List of all members.


Public Member Functions

def __init__
 Standard Constructor.
def execute
 the main excution method

Detailed Description

Simple algorithm which uses aida2root utility.

Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2007-01-24

Definition at line 67 of file Aida2RootEx.py.


Member Function Documentation

def Aida2RootEx::Aida2RootEx2::__init__ (   self,
  name = "Aida2RootEx2" 
)

Standard Constructor.

Definition at line 69 of file Aida2RootEx.py.

00069                                                   :
00070         """ Standard Constructor """
00071         HistoAlgo.__init__( self , name )
00072 
    ## the main excution method

def Aida2RootEx::Aida2RootEx2::execute (   self  ) 

the main excution method

Definition at line 74 of file Aida2RootEx.py.

00074                          :
00075         " The main execution method "
00076 
00077         # get the service itself 
00078         s = self.histoSvc()
00079 
00080         for path in paths :            
00081             self.Print("AIDA object: '%s'" % path )
00082             root = s.getAsROOT( path )
00083             if not root : return self.Error ( "Invalid conversion to ROOT '%s'" % path )
00084             # use the native ROOT printout 
00085             root.Print()
00086 
00087         return SUCCESS 
00088 # =============================================================================
00089 
00090 
00091 # =============================================================================
## @fn configure


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:59:39 2011 for GaudiExamples by doxygen 1.4.7