Classes | |
class | DrawReadoutDetectorAlg |
Functions | |
def | configure |
def | run |
Variables | |
TCanvas = gbl.TCanvas |
def DrawReadoutDetector::configure | ( | ) |
Definition at line 50 of file DrawReadoutDetector.py.
00050 : 00051 from StatisticsSvc.StatisticsSvcConf import StatisticsSvc 00052 statsSvc = StatisticsSvc() 00053 statsSvc.Input ={"file0":"ReadoutDetector.root"} 00054 return 00055 def run(app):
def DrawReadoutDetector::run | ( | app | ) |
Configure and add an algorithm to job
Definition at line 56 of file DrawReadoutDetector.py.
00056 : 00057 ''' 00058 Configure and add an algorithm to job 00059 ''' 00060 app.ExtSvc += ["StatisticsSvc"] 00061 readoutDetectorAlg = DrawReadoutDetectorAlg("MyReadoutDetector") 00062 app.addAlgorithm(readoutDetectorAlg) 00063 pass 00064
DrawReadoutDetector::TCanvas = gbl.TCanvas [static] |
Definition at line 12 of file DrawReadoutDetector.py.