|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef TILERECUTILS_TILEDQSTATUSALG_H
17 #define TILERECUTILS_TILEDQSTATUSALG_H
30 #include "GaudiKernel/ServiceHandle.h"
31 #include "GaudiKernel/ToolHandle.h"
67 {
this,
"TileDQstatus",
"TileDQstatus",
"Output TileDQstatus key" };
70 {
this,
"TileRawChannelContainer",
"",
"Input TileRawChannelContainer key" };
73 {
this,
"TileDigitsContainer",
"",
"Input TileDigitsContainer key" };
76 {
this,
"TileBeamElemContainer",
"",
"Input Tile beam elements container key"};
79 {
this,
"TileDQstatusTool",
"TileDQstatusTool",
"TileDQstatusTool"};
83 #endif // not TILERECUTILS_TILEDQSTATUSALG_H
Property holding a SG store/key/clid from which a ReadHandle is made.
ToolHandle< ITileDQstatusTool > m_tileDQstatusTool
SG::WriteHandleKey< TileDQstatus > m_DQstatusKey
** Properties
Produce a TileDQstatus object.
TileDQstatusAlg(const std::string &name, ISvcLocator *svcloc)
Constructor.
SG::ReadHandleKey< TileBeamElemContainer > m_beamElemContainerKey
SG::ReadHandleKey< TileRawChannelContainer > m_rawChannelContainerKey
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi execute method.
Helper class for TileCal online (hardware) identifiers.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< TileDigitsContainer > m_digitsContainerKey
Information produced by TileDQstatusAlg (used to be done by TileBeamInfoProvider).
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode initialize() override
Gaudi initialize method.