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

In This Package:

Example_GenEvent Namespace Reference


Classes

class  ExampleAlg

Functions

def configure
def run

Variables

int TH1F = 1

Function Documentation

def Example_GenEvent::configure (  ) 

Definition at line 49 of file Example_GenEvent.py.

00049                :
00050     return
00051 
def run(app):

def Example_GenEvent::run (   app  ) 

Configure and add an algorithm to job

Definition at line 52 of file Example_GenEvent.py.

00052             :
00053     '''
00054     Configure and add an algorithm to job
00055     '''
00056     example = ExampleAlg("MyExample")
00057     app.addAlgorithm(example)
00058     pass
    pass


Variable Documentation

int Example_GenEvent::TH1F = 1 [static]

Definition at line 14 of file Example_GenEvent.py.

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

Generated on Mon Apr 11 20:05:58 2011 for DivingIn by doxygen 1.4.7