ATLAS Offline Software
Loading...
Searching...
No Matches
MdtRdoToMdtDigit.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAMCNVTEST_MDTRDOTOMDTDIGIT_H
6#define MUONBYTESTREAMCNVTEST_MDTRDOTOMDTDIGIT_H
7
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ToolHandle.h"
15
17public:
18 using AthReentrantAlgorithm::AthReentrantAlgorithm;
19 virtual ~MdtRdoToMdtDigit() = default;
20 virtual StatusCode initialize() override final;
21 virtual StatusCode execute(const EventContext& ctx) const override final;
22
25 StatusCode decodeMdt(const EventContext& ctx, const MdtCsm& rdoCollection, DigitCollection& digitContainer) const;
26
27 ToolHandle<Muon::IMDT_RDO_Decoder> m_mdtRdoDecoderTool{this, "mdtRdoDecoderTool", "Muon::MdtRDO_Decoder", ""};
28 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29 SG::ReadHandleKey<MdtCsmContainer> m_mdtRdoKey{this, "MdtRdoContainer", "MDTCSM", "Mdt RDO Input"};
30 SG::WriteHandleKey<MdtDigitContainer> m_mdtDigitKey{this, "MdtDigitContainer", "MDT_DIGITS", "Mdt Digit Output"};
31};
32
33#endif
An algorithm that can be simultaneously executed in multiple threads.
MDT RDOs : Chamber Service Module, container of AmtHits of a single Mdt chamber.
Definition MdtCsm.h:19
virtual ~MdtRdoToMdtDigit()=default
ToolHandle< Muon::IMDT_RDO_Decoder > m_mdtRdoDecoderTool
virtual StatusCode initialize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
SG::WriteHandleKey< MdtDigitContainer > m_mdtDigitKey
SG::ReadHandleKey< MdtCsmContainer > m_mdtRdoKey
std::vector< std::unique_ptr< MdtDigitCollection > > DigitCollection
StatusCode decodeMdt(const EventContext &ctx, const MdtCsm &rdoCollection, DigitCollection &digitContainer) const
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
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.
STL class.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
STL namespace.
#define private