ATLAS Offline Software
RtResolutionSqrt.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MDTCALIBRATION_RTRESOLUTIONSIMPLE_H
6 #define MDTCALIBRATION_RTRESOLUTIONSIMPLE_H
7 
9 
10 namespace MuonCalibR4 {
12  public:
13  explicit RtResolutionSqrt(ParVec& vec) : MuonCalib::IRtResolution(vec) {}
14  std::string name() const;
15  double resolution(double t, double bgRate = 0.0) const;
16 
17  };
18 }
19 
20 
21 #endif
MuonCalibR4::RtResolutionSqrt::RtResolutionSqrt
RtResolutionSqrt(ParVec &vec)
Definition: RtResolutionSqrt.h:13
vec
std::vector< size_t > vec
Definition: CombinationsGeneratorTest.cxx:12
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::CalibFunc::ParVec
std::vector< double > ParVec
Definition: CalibFunc.h:35
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
IRtResolution.h
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
MuonCalib::IRtResolution
generic interface for a resolution function
Definition: IRtResolution.h:13
MuonCalibR4::RtResolutionSqrt
Definition: RtResolutionSqrt.h:11