generic interface for cavern background correction functions
More...
#include <IMdtBackgroundCorFunc.h>
|
using | ParVec = std::vector< double > |
|
generic interface for cavern background correction functions
Definition at line 14 of file IMdtBackgroundCorFunc.h.
◆ ParVec
◆ IMdtBackgroundCorFunc()
◆ ~IMdtBackgroundCorFunc()
virtual MuonCalib::IMdtBackgroundCorFunc::~IMdtBackgroundCorFunc |
( |
| ) |
|
|
inlinevirtual |
◆ correction()
virtual double MuonCalib::IMdtBackgroundCorFunc::correction |
( |
double |
t, |
|
|
double |
bgRate |
|
) |
| const |
|
pure virtual |
Return time correction (ns).
Input: t = drift-time (ns), bgRate = background current (nA) as measured by DCS in a chamber.
◆ name()
virtual std::string MuonCalib::CalibFunc::name |
( |
| ) |
const |
|
pure virtualinherited |
Implemented in MuonCalib::RtSpline, MuonCalib::RtChebyshev, MuonCalib::RtLegendre, MuonCalib::RtRelationLookUp, MuonCalib::TrRelationLookUp, MuonCalib::TrChebyshev, MuonCalib::MdtSlewCorFuncHardcoded, MuonCalib::BFieldCorFunc, MuonCalib::RtResolutionChebyshev, MuonCalib::RtResolutionLookUp, and MuonCalibR4::RtResolutionSqrt.
◆ nPar()
unsigned int MuonCalib::CalibFunc::nPar |
( |
| ) |
const |
|
inlineinherited |
◆ par()
double MuonCalib::CalibFunc::par |
( |
unsigned int |
index | ) |
const |
|
inlineinherited |
◆ parameters()
const ParVec& MuonCalib::CalibFunc::parameters |
( |
| ) |
const |
|
inlineinherited |
◆ typeName()
virtual std::string MuonCalib::IMdtBackgroundCorFunc::typeName |
( |
| ) |
const |
|
inlinevirtual |
◆ m_parameters
ParVec MuonCalib::CalibFunc::m_parameters {} |
|
privateinherited |
The documentation for this class was generated from the following file: