ATLAS Offline Software
RtResolutionSqrt.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
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