ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonSTGC_CnvTools
src
NSWTP_ROD_Decoder.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_NSTTP_ROD_DECODER_H
5
#define MUONSTGC_CNVTOOLS_NSTTP_ROD_DECODER_H
6
7
#include "
AthenaBaseComps/AthAlgTool.h
"
8
#include "
MuonSTGC_CnvTools/INSWTP_ROD_Decoder.h
"
9
#include "
MuonIdHelpers/IMuonIdHelperSvc.h
"
10
11
namespace
Muon
{
12
class
NSWTP_ROD_Decoder
:
public
INSWTP_ROD_Decoder
,
public
AthAlgTool
13
{
14
15
public
:
16
NSWTP_ROD_Decoder
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
17
18
// Convert the given ROBFragment to an NSW_NSWTPgerData object, and store it
19
// in the RDO container at the appropriate hash ID, if no collection is found
20
// at that hash ID.
21
StatusCode
fillCollection
(
const
OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment
& fragment,
xAOD::NSWTPRDOContainer
& rdoContainer)
const override
;
22
StatusCode
initialize
()
override
;
23
24
25
private
:
26
ServiceHandle<Muon::IMuonIdHelperSvc>
m_idHelperSvc
{
this
,
"MuonIdHelperSvc"
,
"Muon::MuonIdHelperSvc/MuonIdHelperSvc"
};
27
28
};
29
}
// namespace Muon
30
31
#endif
// MUONSTGC_CNVTOOLS_PADTRIG_ROD_DECODER_H
AthAlgTool.h
IMuonIdHelperSvc.h
INSWTP_ROD_Decoder.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
Muon::INSWTP_ROD_Decoder
Definition
INSWTP_ROD_Decoder.h:11
Muon::NSWTP_ROD_Decoder::NSWTP_ROD_Decoder
NSWTP_ROD_Decoder(const std::string &type, const std::string &name, const IInterface *parent)
Definition
NSWTP_ROD_Decoder.cxx:24
Muon::NSWTP_ROD_Decoder::fillCollection
StatusCode fillCollection(const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment &fragment, xAOD::NSWTPRDOContainer &rdoContainer) const override
Definition
NSWTP_ROD_Decoder.cxx:36
Muon::NSWTP_ROD_Decoder::initialize
StatusCode initialize() override
Definition
NSWTP_ROD_Decoder.cxx:30
Muon::NSWTP_ROD_Decoder::m_idHelperSvc
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Definition
NSWTP_ROD_Decoder.h:26
ServiceHandle
Definition
ClusterMakerTool.h:36
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment
eformat::ROBFragment< PointerType > ROBFragment
Definition
RawEvent.h:27
xAOD::NSWTPRDOContainer
NSWTPRDOContainer_v1 NSWTPRDOContainer
Define the version of the NRPC RDO container.
Definition
NSWTPRDOContainer.h:14
type
Generated on
for ATLAS Offline Software by
1.17.0