|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef TILESIMALGS_TILEHITTOCELL_H
13 #define TILESIMALGS_TILEHITTOCELL_H
68 "input Tile hit container key"};
72 "Output Tile cell container key"};
78 "TileSamplingFraction",
"TileSamplingFraction",
"Input Tile sampling fraction"};
85 #endif // TILESIMALGS_TILEHITTOCELL_H
Property holding a SG store/key/clid from which a ReadHandle is made.
const TileDetDescrManager * m_tileMgr
Pointer to TileDetDescrManager.
SG::ReadHandleKey< TileHitContainer > m_hitContainerKey
This algorithm builds TileCells from TileHits. Hits from the PMTs in the cell are merged and calibrat...
virtual StatusCode initialize() override
initialize method
const TileID * m_tileID
Pointer to TileID helper.
Helper class for TileCal online (hardware) identifiers.
Helper class for TileCal offline identifiers.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute() override
execute method
SG::WriteHandleKey< CaloCellContainer > m_cellContainerKey
virtual StatusCode finalize() override
finalize method
SG::ReadCondHandleKey< TileSamplingFraction > m_samplingFractionKey
Name of TileSamplingFraction in condition store.
Property holding a SG store/key/clid from which a WriteHandle is made.
const TileHWID * m_tileHWID
Pointer to TileHWID helper.
virtual ~TileHitToCell()
Destructor
TileHitToCell(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.