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

In This Package:

DrawFigs Namespace Reference


Classes

class  DrawEnergyFigsAlg

Functions

def configure
def run

Variables

 TCanvas = gbl.TCanvas

Function Documentation

def DrawFigs::configure (  ) 

Definition at line 88 of file DrawFigs.py.

00088                :
00089     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00090     statsSvc = StatisticsSvc()
00091     statsSvc.Input ={"file0":"energyStats.root"}
00092     return
00093 
def run(app):

def DrawFigs::run (   app  ) 

Configure and add an algorithm to job

Definition at line 94 of file DrawFigs.py.

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


Variable Documentation

DrawFigs::TCanvas = gbl.TCanvas [static]

Definition at line 14 of file DrawFigs.py.

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

Generated on Mon Apr 11 20:05:55 2011 for UnderstandingEnergy by doxygen 1.4.7