5#ifndef MUONBYTESTREAM_MDTRAWDATAPROVIDER_H
6#define MUONBYTESTREAM_MDTRAWDATAPROVIDER_H
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
28 virtual StatusCode
execute(
const EventContext &ctx)
const;
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"};
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< IRegSelTool > m_regsel_mdt
Handle for region selector service.
~MdtRawDataProvider()=default
Destructur.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
virtual StatusCode initialize()
Initialize.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
virtual StatusCode execute(const EventContext &ctx) const
Execute.
MdtRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.