ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCalib
MdtCalib
MdtCalibData
MdtCalibData
IRtResolution.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONCALIB_IRTRESOLUTION_H
5
#define MUONCALIB_IRTRESOLUTION_H
6
7
#include "
MdtCalibData/CalibFunc.h
"
8
#include "
GeoModelUtilities/TransientConstSharedPtr.h
"
9
10
11
namespace
MuonCalib
{
12
class
IRtResolution
;
13
using
IRtResolutionPtr
=
GeoModel::TransientConstSharedPtr<IRtResolution>
;
20
class
IRtResolution
:
public
CalibFunc
{
21
public
:
22
using
CalibFunc::CalibFunc
;
23
virtual
~IRtResolution
() =
default
;
24
virtual
std::string
typeName
()
const
override final {
return
"IRtResolution"
; }
26
virtual
unsigned
nDoF
()
const
= 0;
28
virtual
double
resolution
(
double
t,
double
bgRate = 0.0)
const
= 0;
29
};
30
31
}
// namespace MuonCalib
32
33
#endif
CalibFunc.h
TransientConstSharedPtr.h
GeoModel::TransientConstSharedPtr
The TransientConstSharedPtr allows non-const access if the pointer itself is non-const but in the con...
Definition
TransientConstSharedPtr.h:13
MuonCalib::CalibFunc::CalibFunc
CalibFunc(const ParVec &vec)
Definition
CalibFunc.h:36
MuonCalib::IRtResolution
Generic interface to retrieve the resolution on the drift radius as a function of the drift time.
Definition
IRtResolution.h:20
MuonCalib::IRtResolution::nDoF
virtual unsigned nDoF() const =0
Returns the number of degrees of freedom of the relation function.
MuonCalib::IRtResolution::typeName
virtual std::string typeName() const override final
Definition
IRtResolution.h:24
MuonCalib::IRtResolution::~IRtResolution
virtual ~IRtResolution()=default
MuonCalib::IRtResolution::resolution
virtual double resolution(double t, double bgRate=0.0) const =0
returns resolution for a give time and background rate
MuonCalib::IRtResolution::CalibFunc
CalibFunc(const ParVec &vec)
Definition
CalibFunc.h:36
const
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition
CscCalcPed.cxx:21
MuonCalib::IRtResolutionPtr
GeoModel::TransientConstSharedPtr< IRtResolution > IRtResolutionPtr
Definition
IRtResolution.h:13
Generated on
for ATLAS Offline Software by
1.17.0