Classes | |
class | DrawPositionFigsAlg |
Functions | |
def | configure |
def | run |
Variables | |
TCanvas = gbl.TCanvas |
def DrawGe68Position::configure | ( | ) |
Definition at line 61 of file DrawGe68Position.py.
00061 : 00062 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00063 statsSvc = StatisticsSvc() 00064 statsSvc.Input ={"file0":"positionStats.root"} 00065 return 00066 def run(app):
def DrawGe68Position::run | ( | app | ) |
Configure and add an algorithm to job
Definition at line 67 of file DrawGe68Position.py.
00067 : 00068 ''' 00069 Configure and add an algorithm to job 00070 ''' 00071 app.ExtSvc += ["StatisticsSvc"] 00072 positionFigsAlg = DrawPositionFigsAlg("MyPositionFigs") 00073 app.addAlgorithm(positionFigsAlg) 00074 pass 00075
DrawGe68Position::TCanvas = gbl.TCanvas [static] |
Definition at line 14 of file DrawGe68Position.py.