27#ifndef TILERECALGS_TILERAWCHANNELTOHIT_H
28#define TILERECALGS_TILERAWCHANNELTOHIT_H
42#include "GaudiKernel/ToolHandle.h"
66 StatusCode
execute(
const EventContext& ctx);
73 "Input Tile raw channel container key"};
76 "TileHitVec",
"Output Tile hit container key"};
83 "TileSamplingFraction",
"TileSamplingFraction",
"Input Tile sampling fraction"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Helper class for TileCal online (hardware) identifiers.
Helper class for TileCal offline identifiers.
SG::WriteHandleKey< TileHitVector > m_hitVectorKey
virtual ~TileRawChannelToHit()
const TileHWID * m_tileHWID
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
SG::ReadCondHandleKey< TileSamplingFraction > m_samplingFractionKey
Name of TileSamplingFraction in condition store.
ToolHandle< TileCondToolEmscale > m_tileToolEmscale
main Tile Calibration tool
StatusCode execute(const EventContext &ctx)
Execute method.
TileRawChannelToHit(const std::string &name, ISvcLocator *pSvcLocator)