ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_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 STGCDIGITTORDO_H
6#define STGCDIGITTORDO_H
7
9#include "GaudiKernel/ServiceHandle.h"
15
18
20
22public:
23 STGC_DigitToRDO(const std::string& name, ISvcLocator* pSvcLocator);
24 virtual ~STGC_DigitToRDO() = default;
25 virtual StatusCode initialize() override final;
26 virtual StatusCode execute(const EventContext& ctx) const override final;
27
29 ServiceHandle<Muon::IMuonIdHelperSvc> m_idHelperSvc{this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
31 "WriteHandleKey for Output STGC_RawDataContainer"};
32 SG::ReadHandleKey<sTgcDigitContainer> m_digitContainer{this, "InputObjectName", "sTGC_DIGITS",
33 "ReadHandleKey for Input sTgcDigitContainer"};
34 ToolHandle<Muon::INSWCalibTool> m_calibTool{this, "CalibrationTool", ""};
35
36 //The cabling map is only needed for studies of the mm connector misalignmen, but not it regular jobs. Therefore the key is left empty here.
37 SG::ReadCondHandleKey<Nsw_CablingMap> m_cablingKey{this, "CablingMap", "","Key of Nsw_CablingMap"};
38
39};
40
41#endif
defines an "iterator" over instances of a given type in StoreGateSvc
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.
virtual ~STGC_DigitToRDO()=default
ToolHandle< Muon::INSWCalibTool > m_calibTool
virtual StatusCode initialize() override final
STGC_DigitToRDO(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< Nsw_CablingMap > m_cablingKey
SG::WriteHandleKey< Muon::STGC_RawDataContainer > m_rdoContainer
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKey< sTgcDigitContainer > m_digitContainer
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
#define private