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

In This Package:

DrawACUNeutronCaptureVertex Namespace Reference


Classes

class  DrawCaptureVertexAlg

Functions

def configure
def run

Variables

 TCanvas = gbl.TCanvas

Function Documentation

def DrawACUNeutronCaptureVertex::configure (  ) 

Definition at line 82 of file DrawACUNeutronCaptureVertex.py.

00082                :
00083     from StatisticsSvc.StatisticsSvcConf import StatisticsSvc
00084     statsSvc = StatisticsSvc()
00085     statsSvc.Input ={"file0":"CaptureVertex.root"}
00086     return
00087 
def run(app):

def DrawACUNeutronCaptureVertex::run (   app  ) 

Configure and add an algorithm to job

Definition at line 88 of file DrawACUNeutronCaptureVertex.py.

00088             :
00089     '''
00090     Configure and add an algorithm to job
00091     '''
00092     app.ExtSvc += ["StatisticsSvc"]
00093     captureVertexAlg = DrawCaptureVertexAlg("MyCaptureVertex")
00094     app.addAlgorithm(captureVertexAlg)
00095     pass
00096 


Variable Documentation

DrawACUNeutronCaptureVertex::TCanvas = gbl.TCanvas [static]

Definition at line 11 of file DrawACUNeutronCaptureVertex.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