![]() |
The Gaudi Framework
v25r3
|
Go to the source code of this file.
Classes | |
| class | Test.PhysAnalAlg |
Namespaces | |
| Test | |
Variables | |
| tuple | Test.g = gaudi.AppMgr() |
| tuple | Test.seq1 = g.algorithm('seq1') |
| tuple | Test.evt = gaudi.DataSvc(g.service('EventDataSvc')) |
| list | Test.header = evt['/Event'] |
| list | Test.tracks = evt['/Event/MyTracks'] |
| tuple | Test.his = gaudi.HistoSvc(g.service('HistogramDataSvc')) |
| tuple | Test.h1 = his.book('h1', 'histogram title 1D', 10, 0, 10) |
| tuple | Test.h2 = his.book('h2', 'histogram title 1D', 10, 0, 10, 20, 0, 10) |
| tuple | Test.phyanalalg = PhysAnalAlg('PythonAlgorithm') |