Skip to content
Snippets Groups Projects

Event format meta data

Merged Frank Berghaus requested to merge berghaus/athena:EventFormatMetaData into master
7 files
+ 272
0
Compare changes
  • Side-by-side
  • Inline
Files
7
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Read an input test file.
import AthenaPoolCnvSvc.ReadAthenaPool
ServiceMgr.EventSelector.InputCollections = [ 'EventFormatWriteTest.pool.root' ]
# Access the main algorithm sequence.
from AthenaCommon.AlgSequence import AlgSequence
algSeq = AlgSequence()
# Add the xAOD::EventFormat printer algorithm.
algSeq += CfgMgr.xAODMakerTest__EventFormatPrinterAlg()
# Some extra job parameters.
theApp.EvtMax = 1
Loading