|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONBYTESTREAMCNVTEST_MMRDOTOMMDIGIT_H
6 #define MUONBYTESTREAMCNVTEST_MMRDOTOMMDIGIT_H
9 #include "GaudiKernel/ServiceHandle.h"
10 #include "GaudiKernel/ToolHandle.h"
27 const Muon::MM_RawDataCollection& rdoCollection,
StatusCode decodeMM(const EventContext &ctx, const Muon::MM_RawDataCollection &rdoCollection, DigitCollection &digitContainer) const
SG::ReadHandleKey< Muon::MM_RawDataContainer > m_mmRdoKey
std::unordered_map< IdentifierHash, std::unique_ptr< MmDigitCollection > > DigitCollection
virtual StatusCode initialize() override final
bool const RAWDATA *ch2 const
This class provides conversion from CSC RDO data to CSC Digits.
ToolHandle< Muon::IMM_RDO_Decoder > m_mmRdoDecoderTool
virtual StatusCode execute(const EventContext &ctx) const override final
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< MmDigitContainer > m_mmDigitKey
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual ~MM_RdoToDigit()=default
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
MM_RdoToDigit(const std::string &name, ISvcLocator *pSvcLocator)