ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonByteStream
MuonByteStream
MuonRawDataProvider.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONBYTESTREAM_MUONRAWDATAPROVIDER_H
6
#define MUONBYTESTREAM_MUONRAWDATAPROVIDER_H
7
8
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
9
#include "
IRegionSelector/IRegSelTool.h
"
10
#include "
MuonCnvToolInterfaces/IMuonRawDataProviderTool.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
TrigSteeringEvent/TrigRoiDescriptorCollection.h
"
13
14
namespace
Muon
{
15
16
class
MuonRawDataProvider
:
public
AthReentrantAlgorithm
{
17
public
:
18
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
19
StatusCode
initialize
()
override
;
20
StatusCode
execute
(
const
EventContext &ctx)
const override
;
21
~MuonRawDataProvider
() =
default
;
22
23
private
:
24
ToolHandle<Muon::IMuonRawDataProviderTool>
m_rawDataTool
{
this
,
"ProviderTool"
,
""
,
"Raw data provider tool"
};
25
ToolHandle<IRegSelTool>
m_regselTool
{
this
,
"RegionSelectionTool"
,
""
,
"Region selector tool"
};
26
27
Gaudi::Property<bool>
m_seededDecoding
{
this
,
"DoSeededDecoding"
,
false
,
"If true do decoding in RoIs"
};
28
Gaudi::Property<bool>
m_useHashIds
{
this
,
"UseHashIds"
,
false
,
"Use HashIDList for seeded decoding"
};
29
Gaudi::Property<bool>
m_decodePerRoI
{
this
,
"DecodePerRoI"
,
true
,
"Decode each RoI separately when seeded"
};
30
Gaudi::Property<bool>
m_failOnConvertError
{
this
,
"FailOnConvertError"
,
false
,
"Return failure if conversion fails"
};
31
Gaudi::Property<bool>
m_ignoreMissingRoIs
{
this
,
"IgnoreMissingRoIs"
,
false
,
"Return success when RoIs are missing"
};
32
33
SG::ReadHandleKey<TrigRoiDescriptorCollection>
m_roiCollectionKey
{
this
,
"RoIs"
,
"OutputRoIs"
,
"Name of RoI collection to read in"
};
34
};
35
36
}
// namespace Muon
37
38
#endif
AthReentrantAlgorithm.h
IMuonRawDataProviderTool.h
IRegSelTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigRoiDescriptorCollection.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
Muon::MuonRawDataProvider
Definition
MuonRawDataProvider.h:16
Muon::MuonRawDataProvider::m_roiCollectionKey
SG::ReadHandleKey< TrigRoiDescriptorCollection > m_roiCollectionKey
Definition
MuonRawDataProvider.h:33
Muon::MuonRawDataProvider::m_useHashIds
Gaudi::Property< bool > m_useHashIds
Definition
MuonRawDataProvider.h:28
Muon::MuonRawDataProvider::m_decodePerRoI
Gaudi::Property< bool > m_decodePerRoI
Definition
MuonRawDataProvider.h:29
Muon::MuonRawDataProvider::m_ignoreMissingRoIs
Gaudi::Property< bool > m_ignoreMissingRoIs
Definition
MuonRawDataProvider.h:31
Muon::MuonRawDataProvider::execute
StatusCode execute(const EventContext &ctx) const override
Definition
MuonRawDataProvider.cxx:24
Muon::MuonRawDataProvider::initialize
StatusCode initialize() override
Definition
MuonRawDataProvider.cxx:12
Muon::MuonRawDataProvider::m_seededDecoding
Gaudi::Property< bool > m_seededDecoding
Definition
MuonRawDataProvider.h:27
Muon::MuonRawDataProvider::m_failOnConvertError
Gaudi::Property< bool > m_failOnConvertError
Definition
MuonRawDataProvider.h:30
Muon::MuonRawDataProvider::m_rawDataTool
ToolHandle< Muon::IMuonRawDataProviderTool > m_rawDataTool
Definition
MuonRawDataProvider.h:24
Muon::MuonRawDataProvider::~MuonRawDataProvider
~MuonRawDataProvider()=default
Muon::MuonRawDataProvider::m_regselTool
ToolHandle< IRegSelTool > m_regselTool
Definition
MuonRawDataProvider.h:25
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Generated on
for ATLAS Offline Software by
1.17.0