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

In This Package:

DrawGe68EnergySub Namespace Reference


Classes

class  DrawEnergyFigsAlg

Functions

def configure
def run

Variables

int TF1 = 1
 TCanvas = gbl.TCanvas

Function Documentation

def DrawGe68EnergySub::configure (  ) 

Definition at line 83 of file DrawGe68EnergySub.py.

00083                :
00084     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00085     statsSvc = StatisticsSvc()
00086     statsSvc.Input ={"file0":"stats_run.root", "file1":"100000StatsnoSRC.root"}
00087     return
00088 
def run(app):

def DrawGe68EnergySub::run (   app  ) 

Configure and add an algorithm to job

Definition at line 89 of file DrawGe68EnergySub.py.

00089             :
00090     '''
00091     Configure and add an algorithm to job
00092     '''
00093     app.ExtSvc += ["StatisticsSvc"]
00094     energyFigsAlg = DrawEnergyFigsAlg("MyEnergyFigs")
00095     app.addAlgorithm(energyFigsAlg)
00096     pass
00097 


Variable Documentation

int DrawGe68EnergySub::TF1 = 1 [static]

Definition at line 18 of file DrawGe68EnergySub.py.

DrawGe68EnergySub::TCanvas = gbl.TCanvas [static]

Definition at line 19 of file DrawGe68EnergySub.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