ATLAS Offline Software
Loading...
Searching...
No Matches
MdtRtRelation.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8namespace MuonCalib {
10 m_rt{std::move(rt)},
11 m_rtRes{std::move(reso)},
12 m_tr{std::move(tr)} {
13 if (m_rt&& !m_tr) {
14 m_tr = std::make_unique<TrRelationLookUp>(*m_rt);
15 }
16 }
17} // end namespace MuonCalib
IRtResolutionPtr m_rtRes
const ITrRelation * tr() const
t(r) relationship
MdtRtRelation(IRtRelationPtr rt, IRtResolutionPtr reso, ITrRelationPtr tr=nullptr)
const IRtRelation * rt() const
rt relation
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
GeoModel::TransientConstSharedPtr< IRtRelation > IRtRelationPtr
Definition IRtRelation.h:17
GeoModel::TransientConstSharedPtr< ITrRelation > ITrRelationPtr
Definition ITrRelation.h:16
GeoModel::TransientConstSharedPtr< IRtResolution > IRtResolutionPtr
STL namespace.