Classes | |
class | DrawEnergyFigsAlg |
Functions | |
def | configure |
def | run |
Variables | |
TCanvas = gbl.TCanvas | |
TLegend = gbl.TLegend |
def DrawGe68EnergySpec::configure | ( | ) |
Definition at line 83 of file DrawGe68EnergySpec.py.
00083 : 00084 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00085 statsSvc = StatisticsSvc() 00086 statsSvc.Input ={"file0":"10000energyStatsDiff_10.root", 00087 "file1":"10000energyStatsDiff_11.root", 00088 "file2":"10000energyStatsDiff_12.root", 00089 "file3":"10000energyStatsDiff_13.root", 00090 "file4":"10000energyStatsDiff_14.root", 00091 "file5":"10000energyStatsDiff_15.root", 00092 "file6":"10000energyStatsDiff_16.root", 00093 "file8":"10000energyStatsDiff_18.root" 00094 } 00095 return 00096 def run(app):
def DrawGe68EnergySpec::run | ( | app | ) |
Configure and add an algorithm to job
Definition at line 97 of file DrawGe68EnergySpec.py.
00097 : 00098 ''' 00099 Configure and add an algorithm to job 00100 ''' 00101 app.ExtSvc += ["StatisticsSvc"] 00102 energyFigsAlg = DrawEnergyFigsAlg("MyEnergyFigs") 00103 app.addAlgorithm(energyFigsAlg) 00104 pass 00105
DrawGe68EnergySpec::TCanvas = gbl.TCanvas [static] |
Definition at line 15 of file DrawGe68EnergySpec.py.
DrawGe68EnergySpec::TLegend = gbl.TLegend [static] |
Definition at line 16 of file DrawGe68EnergySpec.py.