|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONBYTESTREAM_STGCRAWDATAPROVIDER_H
6 #define MUONBYTESTREAM_STGCRAWDATAPROVIDER_H
9 #include "GaudiKernel/ToolHandle.h"
31 ToolHandle<Muon::IMuonRawDataProviderTool>
m_rawDataTool{
this,
"ProviderTool",
32 "Muon::STGC_RawDataProviderToolMT/sTgcRawDataProviderTool"};
35 ToolHandle<IRegSelTool>
m_regsel_stgc{
this,
"RegionSelectionTool",
"RegSelTool/RegSelTool_STGC",
"sTGC Region Selector Tool"};
38 Gaudi::Property<bool>
m_seededDecoding{
this,
"DoSeededDecoding",
false,
"If true do decoding in RoIs"};
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Handle for the RawDataProviderTool.
sTgcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
This class provides conversion from CSC RDO data to CSC Digits.
virtual StatusCode initialize() override
Initialize.
An algorithm that can be simultaneously executed in multiple threads.
~sTgcRawDataProvider()=default
Destructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
ToolHandle< IRegSelTool > m_regsel_stgc
Handle for region selector service.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.