Classes | |
class | DrawEnergyFigsAlg |
Functions | |
def | configure |
def | run |
Variables | |
TCanvas = gbl.TCanvas |
def DrawFigs::configure | ( | ) |
Definition at line 88 of file DrawFigs.py.
00088 : 00089 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00090 statsSvc = StatisticsSvc() 00091 statsSvc.Input ={"file0":"energyStats.root"} 00092 return 00093 def run(app):
def DrawFigs::run | ( | app | ) |
Configure and add an algorithm to job
Definition at line 94 of file DrawFigs.py.
00094 : 00095 ''' 00096 Configure and add an algorithm to job 00097 ''' 00098 app.ExtSvc += ["StatisticsSvc"] 00099 energyFigsAlg = DrawEnergyFigsAlg("MyEnergyFigs") 00100 app.addAlgorithm(energyFigsAlg) 00101 pass 00102
DrawFigs::TCanvas = gbl.TCanvas [static] |
Definition at line 14 of file DrawFigs.py.