ATLAS Offline Software
Loading...
Searching...
No Matches
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
7using namespace Muon;
8
9STGC_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
17
18 ATH_CHECK(detStore()->retrieve(m_stgcIdHelper, "STGCIDHELPER"));
19 ATH_CHECK(m_calibTool.retrieve());
20
21 return StatusCode::SUCCESS;
22}
#define ATH_CHECK
Evaluate an expression and check for errors.
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
const ServiceHandle< StoreGateSvc > & detStore() const
virtual StatusCode initialize() override
STGC_RDO_Decoder(const std::string &type, const std::string &name, const IInterface *parent)
ToolHandle< Muon::INSWCalibTool > m_calibTool
const sTgcIdHelper * m_stgcIdHelper
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.