ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
MuonD3PDMaker
python
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"
,
18
D3PD.MDTSimHitFillerTool
)
D3PD::MDTSimHitFillerTool
Filler tool for the basic properties of MDTSimHit.
Definition
MDTSimHitFillerTool.h:30
Generated on
for ATLAS Offline Software by
1.17.0