Classes | |
| class | ExampleAlg |
Functions | |
| def | configure |
| def | run |
Variables | |
| int | TH1F = 1 |
| def Example_GenEvent::configure | ( | ) |
| 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
int Example_GenEvent::TH1F = 1 [static] |
Definition at line 14 of file Example_GenEvent.py.
1.4.7