14 *******************************************************************************
16 * Simple example which illustrate the usage of useful *
17 * algorithm base class for N-Tuple manipulations *
19 *******************************************************************************
21 from __future__
import print_function
24 __author__ =
"Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr"
31 SUCCESS = GaudiPython.SUCCESS
39 """Configuration of the job"""
41 gaudi.HistogramPersistency =
"ROOT"
47 gaudi.ExtSvc += [
"TagCollectionSvc/EvtTupleSvc"]
49 evtSel = gaudi.evtSel()
50 evtSel.open(
"PFN:EvtTags1.root", collection=
"Fill/COL1", sel=
"binom==6")
60 if "__main__" == __name__:
63 from Configurables
import ApplicationMgr, FileCatalog, GaudiPersistency
66 ApplicationMgr().ExtSvc.append(
67 FileCatalog(Catalogs=[
"xmlcatalog_file:EvtColsEx.xml"])