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

In This Package:

Example_SimEvent Namespace Reference


Classes

class  ExampleAlg

Functions

def configure
def run

Variables

int TH1F = 1

Function Documentation

def Example_SimEvent::configure (  ) 

Definition at line 46 of file Example_SimEvent.py.

00046                :
00047     return
00048 
def run(app):

def Example_SimEvent::run (   app  ) 

Configure and add an algorithm to job

Definition at line 49 of file Example_SimEvent.py.

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


Variable Documentation

int Example_SimEvent::TH1F = 1 [static]

Definition at line 10 of file Example_SimEvent.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