ATLAS Offline Software
Loading...
Searching...
No Matches
MM_RawDataProvider.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_MM_RAWDATAPROVIDER_H
6#define MUONBYTESTREAM_MM_RAWDATAPROVIDER_H
7
10#include "GaudiKernel/ServiceHandle.h"
11#include "GaudiKernel/ToolHandle.h"
15
16namespace Muon {
17
19 public:
21 MM_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator);
22
24 virtual StatusCode initialize() override;
25
27 virtual StatusCode execute(const EventContext &ctx) const override;
28
31
32 private:
34 ToolHandle<Muon::IMuonRawDataProviderTool> m_rawDataTool{this, "ProviderTool",
35 "Muon::MM_RawDataProviderToolMT/MmRawDataProviderTool"};
36
38 ToolHandle<IRegSelTool> m_regsel_mm{this, "RegionSelectionTool", "RegSelTool/RegSelTool_MM", "MM Region Selector Tool"};
39
41 Gaudi::Property<bool> m_seededDecoding{this, "DoSeededDecoding", false, "If true do decoding in RoIs"};
42
44 SG::ReadHandleKey<TrigRoiDescriptorCollection> m_roiCollectionKey{this, "RoIs", "OutputRoIs", "Name of RoI collection to read in"};
45 };
46} // namespace Muon
47
48#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.
MM_RawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize() override
Initialize.
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Tool handle for raw data provider tool.
Gaudi::Property< bool > m_seededDecoding
Property to decide whether or not to do RoI based decoding.
ToolHandle< IRegSelTool > m_regsel_mm
Handle for region selector service.
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
ReadHandle for the input RoIs.
~MM_RawDataProvider()=default
Destructur.
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.