Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MdtCalibData_RadiusResoChebyshev_H
5 #define MdtCalibData_RadiusResoChebyshev_H
41 virtual std::string
name()
const override final;
46 virtual double resolution(
double t,
double bgRate = 0.0)
const override final;
49 virtual unsigned int nDoF()
const override final;
RadiusResolutionChebyshev parametrizes the uncertainty on the drift-radius as a function of the drift...
virtual double resolution(double t, double bgRate=0.0) const override final
get the number of parameters used to describe the resolution
virtual std::string name() const override final
Initialization from a
std::vector< double > resParameters() const
virtual unsigned int nDoF() const override final
get the coefficients of the r(t) polynomial
std::vector< size_t > vec
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< double > ParVec
RadiusResolutionChebyshev(const ParVec &vec, const IRtRelationPtr &rtRel)
initialization constructor,
Generic interface to retrieve the resolution on the drift radius as a function of the drift time.