ATLAS Offline Software
Loading...
Searching...
No Matches
MDTSimHitD3PDObject.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:
11MDTSimHitD3PDObject = \
12 make_SGDataVector_D3PDObject ('AtlasHitsVector<MDTSimHit>',
13 'MDT_Hits',
14 'mdt_hit_', 'MDTSimHitD3PDObject')
15
16# Add blocks to it:
17MDTSimHitD3PDObject.defineBlock( 0, "BasicInfo",
Filler tool for the basic properties of MDTSimHit.