The Gaudi Framework
v25r5
|
Classes | |
class | PhysAnalAlg |
Variables | |
tuple | g = gaudi.AppMgr() |
tuple | seq1 = g.algorithm('seq1') |
tuple | evt = gaudi.DataSvc(g.service('EventDataSvc')) |
list | header = evt['/Event'] |
list | tracks = evt['/Event/MyTracks'] |
tuple | his = gaudi.HistoSvc(g.service('HistogramDataSvc')) |
tuple | h1 = his.book('h1', 'histogram title 1D', 10, 0, 10) |
tuple | h2 = his.book('h2', 'histogram title 1D', 10, 0, 10, 20, 0, 10) |
tuple | phyanalalg = PhysAnalAlg('PythonAlgorithm') |
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.his = gaudi.HistoSvc(g.service('HistogramDataSvc')) |
tuple Test.phyanalalg = PhysAnalAlg('PythonAlgorithm') |