ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonSTGC_CnvTools
src
NSWTP_RawDataProviderTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONSTGC_CNVTOOLS_NSWTP_RawDataProviderTool_H
5
#define MUONSTGC_CNVTOOLS_NSWTP_RawDataProviderTool_H
6
7
#include "
AthenaBaseComps/AthAlgTool.h
"
8
#include "
ByteStreamCnvSvcBase/IROBDataProviderSvc.h
"
9
#include "
ByteStreamData/RawEvent.h
"
10
#include "GaudiKernel/ServiceHandle.h"
11
#include "GaudiKernel/ToolHandle.h"
12
#include "
MuonIdHelpers/IMuonIdHelperSvc.h
"
13
#include "
MuonCnvToolInterfaces/IMuonRawDataProviderTool.h
"
14
#include "
xAODMuonRDO/NSWTPRDOContainer.h
"
15
#include "
MuonSTGC_CnvTools/INSWTP_ROD_Decoder.h
"
16
17
namespace
Muon
{
18
19
class
NSWTP_RawDataProviderTool
:
public
extends<AthAlgTool, IMuonRawDataProviderTool> {
20
public
:
21
22
23
using
base_class::base_class;
24
25
virtual
~NSWTP_RawDataProviderTool
() =
default
;
26
27
StatusCode
initialize
()
override
;
28
29
// implemented
30
31
StatusCode
convert
(
const
std::vector<IdentifierHash>& chamberHashes,
32
const
EventContext& ctx)
const override
;
33
StatusCode
convert
(
const
std::vector<uint32_t>& robIDS,
34
const
EventContext& ctx)
const override
;
35
StatusCode
convert
(
const
EventContext& ctx)
const override
;
36
37
private
:
38
39
ServiceHandle<Muon::IMuonIdHelperSvc>
m_idHelperSvc
{
this
,
"MuonIdHelperSvc"
,
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"
};
40
ToolHandle<INSWTP_ROD_Decoder>
m_decoder
{
this
,
"Decoder"
,
"Muon::NSWTP_ROD_Decoder/NSWTP_ROD_Decoder"
};
41
ServiceHandle<IROBDataProviderSvc>
m_robDataProvider
{
this
,
"RobProviderSvc"
,
"ROBDataProviderSvc"
};
42
SG::WriteHandleKey<xAOD::NSWTPRDOContainer>
m_rdoContainerKey
{
this
,
"RdoLocation"
,
""
,
"Name of of the RDO container to write to"
};
43
};
44
45
}
// namespace Muon
46
47
#endif
// MUONSTGC_CNVTOOLS_NSWTP_RawDataProviderTool_H
AthAlgTool.h
IMuonIdHelperSvc.h
IMuonRawDataProviderTool.h
INSWTP_ROD_Decoder.h
IROBDataProviderSvc.h
NSWTPRDOContainer.h
RawEvent.h
Muon::NSWTP_RawDataProviderTool
Definition
NSWTP_RawDataProviderTool.h:19
Muon::NSWTP_RawDataProviderTool::m_robDataProvider
ServiceHandle< IROBDataProviderSvc > m_robDataProvider
Definition
NSWTP_RawDataProviderTool.h:41
Muon::NSWTP_RawDataProviderTool::m_decoder
ToolHandle< INSWTP_ROD_Decoder > m_decoder
Definition
NSWTP_RawDataProviderTool.h:40
Muon::NSWTP_RawDataProviderTool::convert
StatusCode convert(const std::vector< IdentifierHash > &chamberHashes, const EventContext &ctx) const override
Definition
NSWTP_RawDataProviderTool.cxx:55
Muon::NSWTP_RawDataProviderTool::m_rdoContainerKey
SG::WriteHandleKey< xAOD::NSWTPRDOContainer > m_rdoContainerKey
Definition
NSWTP_RawDataProviderTool.h:42
Muon::NSWTP_RawDataProviderTool::~NSWTP_RawDataProviderTool
virtual ~NSWTP_RawDataProviderTool()=default
Muon::NSWTP_RawDataProviderTool::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition
NSWTP_RawDataProviderTool.h:39
Muon::NSWTP_RawDataProviderTool::initialize
StatusCode initialize() override
Definition
NSWTP_RawDataProviderTool.cxx:10
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
ServiceHandle
Definition
ClusterMakerTool.h:36
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