14 *******************************************************************************
16 * Simple example which illustrate the usage of useful *
17 * algorithm base class for N-Tuple manipulations *
19 *******************************************************************************
22 __author__ =
"Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr"
27 SUCCESS = GaudiPython.SUCCESS
35 """Configuration of the job"""
37 gaudi.HistogramPersistency =
"ROOT"
43 gaudi.ExtSvc += [
"TagCollectionSvc/EvtTupleSvc"]
45 evtSel = gaudi.evtSel()
46 evtSel.open(
"PFN:EvtTags1.root", collection=
"Fill/COL1", sel=
"binom==6")
56 if "__main__" == __name__:
59 from Configurables
import ApplicationMgr, FileCatalog, GaudiPersistency
62 ApplicationMgr().ExtSvc.append(
63 FileCatalog(Catalogs=[
"xmlcatalog_file:EvtColsEx.xml"])