|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TILERECUTILS_TILERAWCHANNELCORRECTIONALG_H
6 #define TILERECUTILS_TILERAWCHANNELCORRECTIONALG_H
18 #include "GaudiKernel/ToolHandle.h"
37 "InputRawChannelContainer",
"TileRawChannelCnt",
"Input Tile raw channels container key"};
40 "OutputRawChannelContainer",
"TileRawChannelCntCorrected",
"Output Tile digits container key"};
43 "NoiseFilterTools", {},
"Tile noise filter tools"};
46 #endif // TILERECUTILS_TILERAWCHANNELCORRECTIONALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteHandleKey< TileRawChannelContainer > m_outputRawChannelContainerKey
ToolHandleArray< ITileRawChannelTool > m_noiseFilterTools
virtual StatusCode execute(const EventContext &ctx) const override
An algorithm that can be simultaneously executed in multiple threads.
AthReentrantAlgorithm()
Default constructor:
This algorithm applies noise filter tools to input Tile raw channel container.
SG::ReadHandleKey< TileRawChannelContainer > m_inputRawChannelContainerKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode initialize() override
virtual ~TileRawChannelCorrectionAlg() override=default