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