ATLAS Offline Software
Loading...
Searching...
No Matches
MM_DigitToRDO.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MMDIGITTORDO_H
6#define MMDIGITTORDO_H
7
13
16
18
20public:
21 MM_DigitToRDO(const std::string& name, ISvcLocator* pSvcLocator);
22 virtual ~MM_DigitToRDO() = default;
23 virtual StatusCode initialize() override final;
24 virtual StatusCode execute(const EventContext& ctx) const override final;
25
27 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
29 "WriteHandleKey for Output MM_RawDataContainer"};
30 SG::ReadHandleKey<MmDigitContainer> m_digitContainer{this, "InputObjectName", "MM_DIGITS", "ReadHAndleKey for Input MmDigitContainer"};
31 ToolHandle<Muon::INSWCalibTool> m_calibTool{this, "CalibrationTool", ""};
32 //The cabling map is only needed for studies of the mm connector misalignment, but not it regular jobs. Therefore the key is left empty here.
33 SG::ReadCondHandleKey<Nsw_CablingMap> m_cablingKey{this, "CablingMap", "","Key of Nsw_CablingMap"};
34};
35
36#endif
An algorithm that can be simultaneously executed in multiple threads.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadCondHandleKey< Nsw_CablingMap > m_cablingKey
virtual StatusCode initialize() override final
ToolHandle< Muon::INSWCalibTool > m_calibTool
virtual ~MM_DigitToRDO()=default
SG::WriteHandleKey< Muon::MM_RawDataContainer > m_rdoContainer
MM_DigitToRDO(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< MmDigitContainer > m_digitContainer
virtual StatusCode execute(const EventContext &ctx) const override final
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.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
#define private