Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
13 return "RadiusResolutionChebyshev";
19 for (
unsigned int k = 0;
k <
nDoF(); ++
k) {
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
double par(unsigned int index) const
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< double > ParVec
constexpr double chebyshevPoly1st(const unsigned int order, const double x)
Returns the n-th Chebyshev polynomial of first kind evaluated at x (c.f.
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.
const ParVec & parameters() const
double mapToUnitInterval(const double x, const double lowerEdge, const double upperEdge)
Maps the number x which is in [lowEdge;upperEdge] to the interval [-1;1].