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
23 __author__ =
'Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr'
29 SUCCESS = GaudiPython.SUCCESS
37 """ Configuration of the job """
39 gaudi.HistogramPersistency =
'ROOT'
45 gaudi.ExtSvc += [
'TagCollectionSvc/EvtTupleSvc']
47 evtSel = gaudi.evtSel()
48 evtSel.open(
'PFN:EvtTags1.root', collection=
'Fill/COL1', sel=
'binom==6')
58 if '__main__' == __name__:
61 from Configurables
import GaudiPersistency, FileCatalog, ApplicationMgr
63 ApplicationMgr().ExtSvc.append(
64 FileCatalog(Catalogs=[
'xmlcatalog_file:EvtColsEx.xml']))