The Gaudi Framework  v36r13 (995e4364)
EvtColRead Namespace Reference

Functions

def configure (gaudi=None)
 

Variables

 __author__
 (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More...
 
 SUCCESS
 
 Catalogs
 
 gaudi
 

Function Documentation

◆ configure()

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

Definition at line 34 of file EvtColRead.py.

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

Variable Documentation

◆ __author__

EvtColRead.__author__
private

(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".

# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #


Definition at line 22 of file EvtColRead.py.

◆ Catalogs

EvtColRead.Catalogs

Definition at line 63 of file EvtColRead.py.

◆ gaudi

EvtColRead.gaudi

Definition at line 66 of file EvtColRead.py.

◆ SUCCESS

EvtColRead.SUCCESS

Definition at line 27 of file EvtColRead.py.

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