|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONBYTESTREAM_MM_RAWDATAPROVIDER_H
6 #define MUONBYTESTREAM_MM_RAWDATAPROVIDER_H
10 #include "GaudiKernel/ServiceHandle.h"
11 #include "GaudiKernel/ToolHandle.h"
34 ToolHandle<Muon::IMuonRawDataProviderTool>
m_rawDataTool{
this,
"ProviderTool",
35 "Muon::MM_RawDataProviderToolMT/MmRawDataProviderTool"};
38 ToolHandle<IRegSelTool>
m_regsel_mm{
this,
"RegionSelectionTool",
"RegSelTool/RegSelTool_MM",
"MM Region Selector Tool"};
41 Gaudi::Property<bool>
m_seededDecoding{
this,
"DoSeededDecoding",
false,
"If true do decoding in RoIs"};
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
virtual StatusCode initialize() override
Initialize.
This class provides conversion from CSC RDO data to CSC Digits.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
An algorithm that can be simultaneously executed in multiple threads.
MM_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
~MM_RawDataProvider()=default
Destructur.
ToolHandle< IRegSelTool > m_regsel_mm
Handle for region selector service.