The Gaudi Framework  v36r1 (3e2fb5a8)
EvtColRead Namespace Reference

Functions

def configure (gaudi=None)
 

Variables

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

Function Documentation

◆ configure()

def EvtColRead.configure (   gaudi = None)
Configuration of the job 

Definition at line 36 of file EvtColRead.py.

36 def configure(gaudi=None):
37  """ Configuration of the job """
38 
39  gaudi.HistogramPersistency = 'ROOT'
40 
41  gaudi.DLLs += [
42  'GaudiAlg',
43  'RootHistCnv',
44  ]
45  gaudi.ExtSvc += ['TagCollectionSvc/EvtTupleSvc']
46 
47  evtSel = gaudi.evtSel()
48  evtSel.open('PFN:EvtTags1.root', collection='Fill/COL1', sel='binom==6')
49 
50  gaudi.config()
51 
52  return SUCCESS
53 
54 
55 # =============================================================================
56 # The actual job excution
57 # =============================================================================

Variable Documentation

◆ __author__

string EvtColRead.__author__ = 'Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr'
private

Definition at line 23 of file EvtColRead.py.

◆ gaudi

EvtColRead.gaudi = GaudiPython.AppMgr()

Definition at line 66 of file EvtColRead.py.

◆ SUCCESS

EvtColRead.SUCCESS = GaudiPython.SUCCESS

Definition at line 29 of file EvtColRead.py.

EvtColRead.configure
def configure(gaudi=None)
Definition: EvtColRead.py:36