AnalysisInit::PhysAnalAlg Class Reference
List of all members.
Detailed Description
Definition at line 8 of file AnalysisInit.py.
Member Function Documentation
| def AnalysisInit::PhysAnalAlg::execute |
( |
|
self |
) |
|
| def AnalysisInit::PhysAnalAlg::finalize |
( |
|
self |
) |
|
Definition at line 22 of file AnalysisInit.py.
00023 :
00024 print 'Finalizing User Analysis...'
00025 finalize()
00026 print '....User Analysis Finalized'
00027 return 1
00028
| def AnalysisInit::PhysAnalAlg::initialize |
( |
|
self |
) |
|
Definition at line 9 of file AnalysisInit.py.
00010 :
00011 print 'Initializing User Analysis...'
00012 global evt, his, det, pdt
00013 his = g.histoSvc()
00014 evt = g.evtSvc()
00015 det = g.detSvc()
00016 pdt = PartSvc()
00017 initialize()
00018 print '....User Analysis Initialized'
return 1
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiPython/home/AnalysisInit.py