ATLAS Offline Software
MuonSpectrometer
MuonCalib
MdtCalib
MdtCalibData
src
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
5
#include "
MdtCalibData/MdtRtRelation.h
"
6
7
namespace
MuonCalib
{
8
MdtRtRelation::MdtRtRelation
(
GeoModel::TransientConstSharedPtr<IRtRelation>
rt,
9
GeoModel::TransientConstSharedPtr<IRtResolution>
reso,
double
t0) :
10
m_rt{std::move(
rt
)},
11
m_rtRes{std::move(reso)},
12
m_t0{t0} {
13
if
(m_rt) { m_tr = std::make_unique<TrRelation>(*m_rt); }
14
}
15
MdtRtRelation::MdtRtRelation
(
GeoModel::TransientConstSharedPtr<IRtRelation>
rt,
16
GeoModel::TransientConstSharedPtr<IRtResolution>
reso,
17
GeoModel::TransientConstSharedPtr<TrRelation>
tr,
double
t0) :
18
m_rt{std::move(
rt
)},
19
m_rtRes{std::move(reso)},
20
m_tr{std::move(tr)},
21
m_t0{
t0
} {}
22
}
// end namespace MuonCalib
GeoModel::TransientConstSharedPtr< IRtRelation >
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:8
MuonCalib::MdtRtRelation::rt
const IRtRelation * rt() const
rt relation
Definition:
MdtRtRelation.h:27
Generated on Thu Nov 7 2024 21:20:46 for ATLAS Offline Software by
1.8.18