ATLAS Offline Software
Loading...
Searching...
No Matches
TgcRdoToTgcDigit.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_TGCRDOTOTGCDIGIT_H
6#define MUONBYTESTREAMCNVTEST_TGCRDOTOTGCDIGIT_H
7
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/ToolHandle.h"
16
18public:
19 using AthReentrantAlgorithm::AthReentrantAlgorithm;
20 virtual ~TgcRdoToTgcDigit() = default;
21
22 virtual StatusCode initialize() override final;
23 virtual StatusCode execute(const EventContext& ctx) const override final;
24
27
28 ToolHandle<Muon::ITGC_RDO_Decoder> m_tgcRdoDecoderTool{this, "tgcRdoDecoderTool", "Muon::TgcRDO_Decoder", ""};
29 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
30 Gaudi::Property<bool> m_show_warning_level_invalid_TGC_A09_SSW6_hit{this, "show_warning_level_invalid_TGC_A09_SSW6_hit", false, ""};
31
32 ServiceHandle<MuonTGC_CablingSvc> m_tgcCabling{this, "TGCCablingSvc", "MuonTGC_CablingSvc", ""};
33
34 SG::ReadHandleKey<TgcRdoContainer> m_tgcRdoKey{this, "TgcRdoContainer", "TGCRDO", "Tgc RDO Input"};
35 SG::WriteHandleKey<TgcDigitContainer> m_tgcDigitKey{this, "TgcDigitContainer", "TGC_DIGITS", "Tgc Digit Output"};
36};
37
38#endif
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.
Use IdentifiableContainer with TgcDigitCollection.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
ToolHandle< Muon::ITGC_RDO_Decoder > m_tgcRdoDecoderTool
SG::WriteHandleKey< TgcDigitContainer > m_tgcDigitKey
virtual ~TgcRdoToTgcDigit()=default
SG::ReadHandleKey< TgcRdoContainer > m_tgcRdoKey
ServiceHandle< MuonTGC_CablingSvc > m_tgcCabling
Gaudi::Property< bool > m_show_warning_level_invalid_TGC_A09_SSW6_hit
virtual StatusCode execute(const EventContext &ctx) const override final
StatusCode decodeTgc(const TgcRdo *, TgcDigitContainer *, Identifier &) const
virtual StatusCode initialize() override final
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
#define private