|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    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< double > resParameters() const
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,
std::vector< size_t > vec
virtual double tUpper() const
get the number of parameters used to describe the resolution
virtual unsigned int nDoF() const override final
get the coefficients of the r(t) polynomial
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< double > ParVec
virtual double tLower() const
< get the lower drift-time bound
virtual std::string name() const override final
Initialization from a
Generic interface to retrieve the resolution on the drift radius as a function of the drift time.