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