ATLAS Offline Software
MuonSpectrometer
MuonPhaseII
MuonCalib
MdtCalibR4
src
RtResolutionSqrt.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MdtCalibR4/RtResolutionSqrt.h
"
6
#include <string>
7
8
using namespace
MuonCalibR4
;
9
10
std::string
RtResolutionSqrt::name
()
const
{
return
"RtResolutionSqrt"
;}
11
12
double
RtResolutionSqrt::resolution
(
double
/*t*/
,
double
/*bgRate*/
)
const
{
13
return
0.5;
14
}
RtResolutionSqrt.h
MuonCalibR4::RtResolutionSqrt::resolution
double resolution(double t, double bgRate=0.0) const
returns resolution for a give time and background rate
Definition:
RtResolutionSqrt.cxx:12
MuonCalibR4
MdtCalibDbAlgR4 reads raw condition data and writes derived condition data to the condition store.
Definition:
RtResolutionSqrt.h:10
MuonCalibR4::RtResolutionSqrt::name
std::string name() const
Definition:
RtResolutionSqrt.cxx:10
Generated on Thu Nov 7 2024 21:25:10 for ATLAS Offline Software by
1.8.18