ATLAS Offline Software
Loading...
Searching...
No Matches
MdtRawDataProvider.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_MDTRAWDATAPROVIDER_H
6#define MUONBYTESTREAM_MDTRAWDATAPROVIDER_H
7
8// Base class
11#include "GaudiKernel/ServiceHandle.h"
12#include "GaudiKernel/ToolHandle.h"
16
17namespace Muon {
18
20 public:
22 MdtRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
23
25 virtual StatusCode initialize();
26
28 virtual StatusCode execute(const EventContext &ctx) const;
29
32
33 private:
35 ToolHandle<Muon::IMuonRawDataProviderTool> m_rawDataTool{this, "ProviderTool",
36 "Muon::MDT_RawDataProviderToolMT/MdtRawDataProviderTool"};
37
39 ToolHandle<IRegSelTool> m_regsel_mdt{this, "RegionSelectionTool", "RegSelTool/RegSelTool_MDT", "MDT Region Selector Tool"};
40
42 Gaudi::Property<bool> m_seededDecoding{this, "DoSeededDecoding", false, "If true do decoding in RoIs"};
43
45 SG::ReadHandleKey<TrigRoiDescriptorCollection> m_roiCollectionKey{this, "RoIs", "OutputRoIs", "Name of RoI collection to read in"};
46 };
47} // namespace Muon
48
49#endif
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.