ATLAS Offline Software
Loading...
Searching...
No Matches
TgcRawDataProvider.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONBYTESTREAM_TGCRAWDATAPROVIDER_H
6#define MUONBYTESTREAM_TGCRAWDATAPROVIDER_H
7
8// Base class
10#include "GaudiKernel/ServiceHandle.h"
11#include "GaudiKernel/ToolHandle.h"
15
16namespace Muon {
17
19 public:
21 TgcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
22
24 virtual StatusCode initialize();
25
27 virtual StatusCode execute(const EventContext &ctx) const;
28
31
32 private:
33 ToolHandle<Muon::IMuonRawDataProviderTool> m_rawDataTool{this, "ProviderTool",
34 "Muon::TGC_RawDataProviderToolMT/TgcRawDataProviderTool"};
35
37 ToolHandle<IRegSelTool> m_regsel_tgc{this, "RegionSelectionTool", "RegSelTool/RegSelTool_TGC", "TGC Region Selector Tool"};
38
40 Gaudi::Property<bool> m_seededDecoding{this, "DoSeededDecoding", false, "If true do decoding in RoIs"};
41
43 SG::ReadHandleKey<TrigRoiDescriptorCollection> m_roiCollectionKey{this, "RoIs", "OutputRoIs", "Name of RoI collection to read in"};
44 };
45} // namespace Muon
46
47#endif
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
virtual StatusCode initialize()
Initialize.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
TgcRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
~TgcRawDataProvider()=default
Destructur.
ToolHandle< IRegSelTool > m_regsel_tgc
Handle for region selector service.
virtual StatusCode execute(const EventContext &ctx) const
Execute.
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.