|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONBYTESTREAM_RPCRAWDATAPROVIDER_H
6 #define MUONBYTESTREAM_RPCRAWDATAPROVIDER_H
10 #include "GaudiKernel/ServiceHandle.h"
11 #include "GaudiKernel/ToolHandle.h"
34 ToolHandle<Muon::IMuonRawDataProviderTool>
m_rawDataTool{
this,
"ProviderTool",
35 "Muon::RPC_RawDataProviderToolMT/RpcRawDataProviderTool"};
38 ToolHandle<IRegSelTool>
m_regsel_rpc{
this,
"RegionSelectionTool",
"RegSelTool/RegSelTool_RPC",
"RPC Region Selector Tool"};
41 Gaudi::Property<bool>
m_seededDecoding{
this,
"DoSeededDecoding",
false,
"If true do decoding in RoIs"};
virtual StatusCode execute(const EventContext &ctx) const
Execute.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
~RpcRawDataProvider()=default
Destructur.
virtual StatusCode initialize()
Initialize.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< IRegSelTool > m_regsel_rpc
Handle for region selector service.
RpcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.