ATLAS Offline Software
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:
4 from D3PDMakerCoreComps.D3PDObject import make_SGDataVector_D3PDObject
5 from AthenaConfiguration.ComponentFactory import CompFactory
6 
7 D3PD = CompFactory.D3PD
8 
9 
10 # Create the configurable:
11 MDTSimHitD3PDObject = \
12  make_SGDataVector_D3PDObject ('AtlasHitsVector<MDTSimHit>',
13  'MDT_Hits',
14  'mdt_hit_', 'MDTSimHitD3PDObject')
15 
16 # Add blocks to it:
17 MDTSimHitD3PDObject.defineBlock( 0, "BasicInfo",
D3PD::MDTSimHitFillerTool
Filler tool for the basic properties of MDTSimHit.
Definition: MDTSimHitFillerTool.h:30