ATLAS Offline Software
INav4MomDumper_jobOptions.py
Go to the documentation of this file.
1 # @file: INav4MomDumper_jobOptions.py
2 # @author: Sebastien Binet <binet@cern.ch>
3 # @purpose: a simple example on how to use the INav4Mom dumper
4 
5 
6 from AthenaCommon.AlgSequence import AlgSequence
7 topSequence = AlgSequence()
8 
9 
10 from AthenaCommon.Constants import *
11 
12 
15 from AtlfastConversionAlgs.tests import INav4MomItemList
16 from EventCommonAlgs.EventCommonAlgsConf import INav4MomDumper
17 topSequence += INav4MomDumper(
18  INav4Moms = [ "AtlfastParticleJetContainer",
19  "AtlfastElectronCollection" ],
20  OutputStream = "inav4moms.log",
21  OutputLevel = INFO
22  )
python.AlgSequence.AlgSequence
AlgSequence
Definition: PhysicsAnalysis/D3PDTools/AnaAlgorithm/python/AlgSequence.py:7
Constants
some useful constants -------------------------------------------------—