5#ifndef NrpcDigitToNrpcRDO_H
6#define NrpcDigitToNrpcRDO_H
8#include <unordered_set>
24 using AthReentrantAlgorithm::AthReentrantAlgorithm;
26 virtual StatusCode
initialize() override final;
31 {
"BIS"},
"Only hits from these RPC stations are converted to RDOs" };
36 "ReadHandleKey for Input RpcDigitContainer"};
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override final
SG::WriteHandleKey< xAOD::NRPCRDOContainer > m_NrpcContainerKey
SG::ReadHandleKey< RpcDigitContainer > m_digitContainerKey
ServiceHandle< IMuonIdHelperSvc > m_idHelperSvc
virtual ~NrpcDigitToNrpcRDO()=default
SG::ReadCondHandleKey< RpcCablingMap > m_cablingKey
std::unordered_set< int > m_selectedStations
virtual StatusCode initialize() override final
Gaudi::Property< std::vector< std::string > > m_convStat
Support class for PropertyMgr.
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.