The Gaudi Framework  v36r11 (bdb84f5f)
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 38 of file EvtColRead.py.

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

Variable Documentation

◆ __author__

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

Definition at line 24 of file EvtColRead.py.

◆ gaudi

EvtColRead.gaudi = GaudiPython.AppMgr()

Definition at line 70 of file EvtColRead.py.

◆ SUCCESS

EvtColRead.SUCCESS = GaudiPython.SUCCESS

Definition at line 31 of file EvtColRead.py.

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