ATLAS Offline Software
Loading...
Searching...
No Matches
Event
EventCommonAlgs
share
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
)
INav4MomDumper
Definition
INav4MomDumper.h:24
Constants
Generated on
for ATLAS Offline Software by
1.14.0