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

In This Package:

DrawGe68EnergyDiff Namespace Reference


Classes

class  DrawEnergyFigsAlg

Functions

def configure
def run

Variables

int TF1 = 1
 TCanvas = gbl.TCanvas

Function Documentation

def DrawGe68EnergyDiff::configure (  ) 

Definition at line 105 of file DrawGe68EnergyDiff.py.

00105                :
00106     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00107     statsSvc = StatisticsSvc()
00108     statsSvc.Input ={"file0":"10000energyStatsDiff_10.root"}
00109     return
00110 
def run(app):

def DrawGe68EnergyDiff::run (   app  ) 

Configure and add an algorithm to job

Definition at line 111 of file DrawGe68EnergyDiff.py.

00111             :
00112     '''
00113     Configure and add an algorithm to job
00114     '''
00115     app.ExtSvc += ["StatisticsSvc"]
00116     energyFigsAlg = DrawEnergyFigsAlg("MyEnergyFigs")
00117     app.addAlgorithm(energyFigsAlg)
00118     pass
00119 


Variable Documentation

int DrawGe68EnergyDiff::TF1 = 1 [static]

Definition at line 17 of file DrawGe68EnergyDiff.py.

DrawGe68EnergyDiff::TCanvas = gbl.TCanvas [static]

Definition at line 18 of file DrawGe68EnergyDiff.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