ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCnv
MuonSTGC_CnvTools
src
STGC_RDO_Decoder.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
STGC_RDO_Decoder.h
"
6
7
using namespace
Muon
;
8
9
STGC_RDO_Decoder::STGC_RDO_Decoder
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent) :
10
AthAlgTool
(
type
,name,parent),
11
m_stgcIdHelper
(nullptr)
12
{
13
declareInterface< Muon::ISTGC_RDO_Decoder >(
this
);
14
}
15
16
StatusCode
STGC_RDO_Decoder::initialize
() {
17
18
ATH_CHECK
(
detStore
()->retrieve(
m_stgcIdHelper
,
"STGCIDHELPER"
));
19
ATH_CHECK
(
m_calibTool
.retrieve());
20
21
return
StatusCode::SUCCESS;
22
}
ATH_CHECK
#define ATH_CHECK
Evaluate an expression and check for errors.
Definition
AthCheckMacros.h:40
STGC_RDO_Decoder.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore
const ServiceHandle< StoreGateSvc > & detStore() const
Definition
AthCommonDataStore.h:95
Muon::STGC_RDO_Decoder::initialize
virtual StatusCode initialize() override
Definition
STGC_RDO_Decoder.cxx:16
Muon::STGC_RDO_Decoder::STGC_RDO_Decoder
STGC_RDO_Decoder(const std::string &type, const std::string &name, const IInterface *parent)
Definition
STGC_RDO_Decoder.cxx:9
Muon::STGC_RDO_Decoder::m_calibTool
ToolHandle< Muon::INSWCalibTool > m_calibTool
Definition
STGC_RDO_Decoder.h:41
Muon::STGC_RDO_Decoder::m_stgcIdHelper
const sTgcIdHelper * m_stgcIdHelper
Definition
STGC_RDO_Decoder.h:40
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
type
Generated on
for ATLAS Offline Software by
1.17.0