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

In This Package:

DrawGe68EnergyGeo Namespace Reference


Classes

class  DrawEnergyFigsAlg

Functions

def configure
def run

Variables

 TCanvas = gbl.TCanvas
 TLegend = gbl.TLegend

Function Documentation

def DrawGe68EnergyGeo::configure (  ) 

Definition at line 87 of file DrawGe68EnergyGeo.py.

00087                :
00088     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00089     statsSvc = StatisticsSvc()
00090     statsSvc.Input={"file0":"stats_runnoGEO0.root", 
00091         "file1":"stats_runGEO0.root","file2":"stats_runGEO0Alvacuum.root","file3":"stats_runGEO0AlSSvacuum.root","file4":"stats_runGEO0SSvacuum.root", 
00092          "file5":"stats_runGEO0AlSSGEvacuum.root","file6":"stats_runGEO0AlSSGEAcrvacuum.root","file7":"stats_runGeAcrvacuum.root",
00093         "file8":"stats_runGEOAlSSAcrvacuum.root"}
00094     return
00095 
def run(app):

def DrawGe68EnergyGeo::run (   app  ) 

Configure and add an algorithm to job

Definition at line 96 of file DrawGe68EnergyGeo.py.

00096             :
00097     '''
00098     Configure and add an algorithm to job
00099     '''
00100     app.ExtSvc += ["StatisticsSvc"]
00101     energyFigsAlg = DrawEnergyFigsAlg("MyEnergyFigs")
00102     app.addAlgorithm(energyFigsAlg)
00103     pass
00104 


Variable Documentation

DrawGe68EnergyGeo::TCanvas = gbl.TCanvas [static]

Definition at line 14 of file DrawGe68EnergyGeo.py.

DrawGe68EnergyGeo::TLegend = gbl.TLegend [static]

Definition at line 15 of file DrawGe68EnergyGeo.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