ATLAS Offline Software
Loading...
Searching...
No Matches
sTgcRawDataProvider.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAM_STGCRAWDATAPROVIDER_H
6#define MUONBYTESTREAM_STGCRAWDATAPROVIDER_H
7
9#include "GaudiKernel/ToolHandle.h"
13
14namespace Muon {
16 public:
18 sTgcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
19
21 virtual StatusCode initialize() override;
22
24 virtual StatusCode execute(const EventContext &ctx) const override;
25
28
29 private:
31 ToolHandle<Muon::IMuonRawDataProviderTool> m_rawDataTool{this, "ProviderTool",
32 "Muon::STGC_RawDataProviderToolMT/sTgcRawDataProviderTool"};
33
35 ToolHandle<IRegSelTool> m_regsel_stgc{this, "RegionSelectionTool", "RegSelTool/RegSelTool_STGC", "sTGC Region Selector Tool"};
36
38 Gaudi::Property<bool> m_seededDecoding{this, "DoSeededDecoding", false, "If true do decoding in RoIs"};
39
41 SG::ReadHandleKey<TrigRoiDescriptorCollection> m_roiCollectionKey{this, "RoIs", "OutputRoIs", "Name of RoI collection to read in"};
42 };
43} // namespace Muon
44
45#endif
An algorithm that can be simultaneously executed in multiple threads.
~sTgcRawDataProvider()=default
Destructor.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
sTgcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
ToolHandle< IRegSelTool > m_regsel_stgc
Handle for region selector service.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Handle for the RawDataProviderTool.
virtual StatusCode initialize() override
Initialize.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
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.