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
#include "
MdtCalibData/TrRelationLookUp.h
"
7
8
namespace
MuonCalib
{
9
MdtRtRelation::MdtRtRelation
(
GeoModel::TransientConstSharedPtr<IRtRelation>
rt,
10
GeoModel::TransientConstSharedPtr<IRtResolution>
reso,
double
t0) :
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
}
16
MdtRtRelation::MdtRtRelation
(
GeoModel::TransientConstSharedPtr<IRtRelation>
rt,
17
GeoModel::TransientConstSharedPtr<IRtResolution>
reso,
18
GeoModel::TransientConstSharedPtr<ITrRelation>
tr,
double
t0) :
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
Generated on Sun Dec 22 2024 21:14:16 for ATLAS Offline Software by
1.8.18