4#ifndef RtResolutionChebyshev_H
5#define RtResolutionChebyshev_H
52 virtual std::string
name()
const override final;
57 virtual double resolution(
double t,
double bgRate = 0.0)
const override final;
62 virtual double tLower()
const;
65 virtual double tUpper()
const;
68 virtual unsigned int nDoF()
const override final;
std::vector< size_t > vec
std::vector< double > ParVec
Generic interface to retrieve the resolution on the drift radius as a function of the drift time.
virtual double tLower() const
< get the lower drift-time bound
virtual double tUpper() const
get the number of parameters used to describe the resolution
std::vector< double > resParameters() const
virtual unsigned int nDoF() const override final
get the coefficients of the r(t) polynomial
virtual double resolution(double t, double bgRate=0.0) const override final
returns resolution for a give time and background rate
RtResolutionChebyshev(const ParVec &vec)
initialization constructor,
virtual std::string name() const override final
Initialization from a.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.