ATLAS Offline Software
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 
8 namespace 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
GeoModel::TransientConstSharedPtr< IRtRelation >
TrRelationLookUp.h
MdtRtRelation.h
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::MdtRtRelation::rt
const IRtRelation * rt() const
rt relation
Definition: MdtRtRelation.h:23
MuonCalib::MdtRtRelation::MdtRtRelation
MdtRtRelation(IRtRelationPtr rt, IRtResolutionPtr reso, ITrRelationPtr tr=nullptr)
Definition: MdtRtRelation.cxx:9