ATLAS Offline Software
TruthJetD3PDObject.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 from D3PDMakerCoreComps.D3PDObject import make_SGDataVector_D3PDObject
4 from D3PDMakerConfig.D3PDMakerFlags import D3PDMakerFlags
5 from AthenaConfiguration.ComponentFactory import CompFactory
6 
7 D3PD = CompFactory.D3PD
8 
9 TruthJetD3PDObject = make_SGDataVector_D3PDObject ('DataVector<xAOD::Jet_v1>',
10  D3PDMakerFlags.TruthJetSGKey,
11  'truthjet_',
12  'TruthJetD3PDObject')
13 
14 TruthJetD3PDObject.defineBlock(0, 'Kinematics',
16  WriteE = True)
17 
D3PD::FourMomFillerTool
Block filler tool for a four-momentum.
Definition: FourMomFillerTool.h:56