5#ifndef TILERECUTILS_TILERAWCHANNELCORRECTIONALG_H
6#define TILERECUTILS_TILERAWCHANNELCORRECTIONALG_H
18#include "GaudiKernel/ToolHandle.h"
27 using AthReentrantAlgorithm::AthReentrantAlgorithm;
32 virtual StatusCode
execute(
const EventContext& ctx)
const override;
37 "InputRawChannelContainer",
"TileRawChannelCnt",
"Input Tile raw channels container key"};
40 "OutputRawChannelContainer",
"TileRawChannelCntCorrected",
"Output Tile digits container key"};
43 "NoiseFilterTools", {},
"Tile noise filter tools"};
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.
An algorithm that can be simultaneously executed in multiple threads.
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.
This algorithm applies noise filter tools to input Tile raw channel container.
ToolHandleArray< ITileRawChannelTool > m_noiseFilterTools
SG::ReadHandleKey< TileRawChannelContainer > m_inputRawChannelContainerKey
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< TileRawChannelContainer > m_outputRawChannelContainerKey
virtual StatusCode initialize() override
virtual ~TileRawChannelCorrectionAlg() override=default