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

In This Package:

ExampleTree Namespace Reference


Classes

class  ExampleTreeAlg

Functions

def configure
def run

Variables

 TTree = gbl.TTree

Function Documentation

def ExampleTree::configure (  ) 

Definition at line 105 of file ExampleTree.py.

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

def ExampleTree::run (   app  ) 

Configure and add an algorithm to job

Definition at line 111 of file ExampleTree.py.

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


Variable Documentation

ExampleTree::TTree = gbl.TTree [static]

Definition at line 15 of file ExampleTree.py.

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

Generated on Mon Apr 11 20:05:58 2011 for DivingIn by doxygen 1.4.7