ATLAS Offline Software
Loading...
Searching...
No Matches
TrackRecordD3PDObject.py
Go to the documentation of this file.
1# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3# Import all needed modules:
4from D3PDMakerCoreComps.D3PDObject import make_SGDataVector_D3PDObject
5from AthenaConfiguration.ComponentFactory import CompFactory
6
7D3PD = CompFactory.D3PD
8
9
10# Create the configurable:
11TrackRecordD3PDObject = \
12 make_SGDataVector_D3PDObject ('TrackRecordCollection',
13 'MuonEntryLayerFilter',
14 'ms_entry_truth_',
15 'TrackRecordD3PDObject',
16 default_getterClass = D3PD.TrackRecordCollectionGetterTool)
17
18# Add blocks to it:
19TrackRecordD3PDObject.defineBlock( 0, "BasicInfo",
21TrackRecordD3PDObject.defineBlock( 0, "TruthHits",
Fill truth hit information for muons.
Filler tool for the basic properties of TrackRecord.