ATLAS Offline Software
Loading...
Searching...
No Matches
TileHitInfoD3PDObject.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_SG_D3PDObject
4from AthenaConfiguration.ComponentFactory import CompFactory
5
6D3PD = CompFactory.D3PD
7
8
9TileHitInfoD3PDObject = make_SG_D3PDObject( "AtlasHitsVector<TileHit>", "TileHitVec", "Tile_",
10 "TileHitInfoInfoD3PDObject" )
11
12TileHitInfoD3PDObject.defineBlock( 0, 'TileHitInfo',
14 TimeMin = -12.5, TimeMax = 12.5, TimeOut = 99990. )
15
16
Block filler tool for total TileHit energy.