| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DrawReadoutDetector Namespace Reference


Classes

class  DrawReadoutDetectorAlg

Functions

def configure
def run

Variables

 TCanvas = gbl.TCanvas

Function Documentation

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 


Variable Documentation

DrawReadoutDetector::TCanvas = gbl.TCanvas [static]

Definition at line 12 of file DrawReadoutDetector.py.

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:11:24 2011 for Calibration by doxygen 1.4.7