ATLAS Offline Software
MdtRtRelation.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 namespace MuonCalib {
8  MdtRtRelation::MdtRtRelation(std::unique_ptr<IRtRelation>&& rt,
9  std::unique_ptr<IRtResolution>&& reso, float t0) :
10  m_rt(std::move(rt)), m_rtRes(std::move(reso)), m_t0(t0) {
11  if (m_rt) { m_tr = std::make_unique<TrRelation>(*m_rt); }
12  }
13 } // end namespace MuonCalib
ALFA_EventTPCnv_Dict::t0
std::vector< ALFA_RawData_p1 > t0
Definition: ALFA_EventTPCnvDict.h:42
MuonCalib::MdtRtRelation::m_rt
std::unique_ptr< IRtRelation > m_rt
Definition: MdtRtRelation.h:28
MdtRtRelation.h
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::MdtRtRelation::MdtRtRelation
MdtRtRelation(std::unique_ptr< IRtRelation > &&rt, std::unique_ptr< IRtResolution > &&reso, float t0)
Definition: MdtRtRelation.cxx:8
MuonCalib::MdtRtRelation::m_tr
std::unique_ptr< TrRelation > m_tr
Definition: MdtRtRelation.h:30