|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONBYTESTREAM_MDTRAWDATAPROVIDER_H
6 #define MUONBYTESTREAM_MDTRAWDATAPROVIDER_H
11 #include "GaudiKernel/ServiceHandle.h"
12 #include "GaudiKernel/ToolHandle.h"
35 ToolHandle<Muon::IMuonRawDataProviderTool>
m_rawDataTool{
this,
"ProviderTool",
36 "Muon::MDT_RawDataProviderToolMT/MdtRawDataProviderTool"};
39 ToolHandle<IRegSelTool>
m_regsel_mdt{
this,
"RegionSelectionTool",
"RegSelTool/RegSelTool_MDT",
"MDT Region Selector Tool"};
42 Gaudi::Property<bool>
m_seededDecoding{
this,
"DoSeededDecoding",
false,
"If true do decoding in RoIs"};
MdtRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize()
Initialize.
ToolHandle< IRegSelTool > m_regsel_mdt
Handle for region selector service.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
~MdtRawDataProvider()=default
Destructur.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
virtual StatusCode execute(const EventContext &ctx) const
Execute.