ATLAS Offline Software
Loading...
Searching...
No Matches
NrpcRawDataProvider.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 MUONBYTESTREAM_NRPCRAWDATAPROVIDER_H
6#define MUONBYTESTREAM_NRPCRAWDATAPROVIDER_H
7
8// Base class
11
12namespace Muon {
13
15 public:
17 NrpcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
18
20 virtual StatusCode initialize();
21
23 virtual StatusCode execute(const EventContext &ctx) const;
24
27
28 private:
30 ToolHandle<Muon::IMuonRawDataProviderTool> m_rawDataTool{this, "ProviderTool",
31 "Muon::NRPC_RawDataProviderTool/NrpcRawDataProviderTool"};
32
33 };
34} // namespace Muon
35
36#endif
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const
Execute.
~NrpcRawDataProvider()=default
Destructur.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
NrpcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize()
Initialize.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.