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

In This Package:

HistoEx Namespace Reference


Classes

class  HistoEx

Functions

def configure

Variables

string __author__ = 'Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr'
 SUCCESS = GaudiPython.SUCCESS
tuple gaudi = GaudiPython.AppMgr()

Function Documentation

def HistoEx::configure (   gaudi = None  ) 

Configuration of the job 

Definition at line 58 of file HistoEx.py.

00058                                :
00059     """ Configuration of the job """
00060     
00061     if not gaudi : gaudi = GaudiPython.AppMgr()
00062     
00063     gaudi.JobOptionsType       = 'NONE'
00064     gaudi.EvtSel               = 'NONE'
00065     gaudi.HistogramPersistency = 'ROOT'
00066     
00067     gaudi.config()
00068     
00069     gaudi.DLLs = [ 'GaudiAlg', 'RootHistCnv', ]
00070 
00071     alg = HistoEx('HistoEx')
00072     gaudi.setAlgorithms( [alg] )    
00073     alg.HistoPrint = True
00074 
00075     hsvc = gaudi.service('HistogramPersistencySvc')
00076     hsvc.OutputFile = "histo1.root"
00077     
00078     return SUCCESS
00079 
00080 
00081 # =============================================================================
00082 # The actual job excution 
00083 # =============================================================================
if '__main__' == __name__ :


Variable Documentation

string HistoEx::__author__ = 'Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr' [static]

Definition at line 14 of file HistoEx.py.

HistoEx::SUCCESS = GaudiPython.SUCCESS [static]

Definition at line 21 of file HistoEx.py.

tuple HistoEx::gaudi = GaudiPython.AppMgr() [static]

Definition at line 86 of file HistoEx.py.

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

Generated on Mon Apr 11 19:59:39 2011 for GaudiExamples by doxygen 1.4.7