ATLAS Offline Software
MdtRtRelation.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 namespace MuonCalib {
11  m_rt{std::move(rt)},
12  m_rtRes{std::move(reso)},
13  m_t0{t0} {
14  if (m_rt) { m_tr = std::make_unique<TrRelationLookUp>(m_rt); }
15  }
19  m_rt{std::move(rt)},
20  m_rtRes{std::move(reso)},
21  m_tr{std::move(tr)},
22  m_t0{t0} {}
23 } // end namespace MuonCalib
GeoModel::TransientConstSharedPtr< IRtRelation >
TrRelationLookUp.h
ALFA_EventTPCnv_Dict::t0
std::vector< ALFA_RawData_p1 > t0
Definition: ALFA_EventTPCnvDict.h:42
MdtRtRelation.h
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::MdtRtRelation::MdtRtRelation
MdtRtRelation(GeoModel::TransientConstSharedPtr< IRtRelation > rt, GeoModel::TransientConstSharedPtr< IRtResolution > reso, double t0)
Definition: MdtRtRelation.cxx:9
MuonCalib::MdtRtRelation::rt
const IRtRelation * rt() const
rt relation
Definition: MdtRtRelation.h:27