Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONCALIB_TRLEGENDRE_H
6 #define MUONCALIB_TRLEGENDRE_H
14 virtual std::string
name()
const override final;
15 virtual std::optional<double>
driftTime(
const double r)
const override final;
16 virtual std::optional<double>
driftTimePrime(
const double r)
const override final;
17 virtual std::optional<double>
driftTime2Prime(
const double r)
const override final;
18 virtual double minRadius()
const override final;
19 virtual double maxRadius()
const override final;
20 virtual unsigned nDoF()
const override final;
virtual double minRadius() const override final
Returns the minimum drift-radius.
TrLegendre(const ParVec &vec)
virtual unsigned nDoF() const override final
Returns the number of degrees of freedom of the tr relation.
virtual double maxRadius() const override final
Returns the maximum drift-radius.
std::vector< size_t > vec
virtual std::optional< double > driftTime2Prime(const double r) const override final
virtual std::optional< double > driftTimePrime(const double r) const override final
virtual std::string name() const override final
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
std::vector< double > ParVec
virtual std::optional< double > driftTime(const double r) const override final
Interface method for fetching the drift-time from the radius Returns a nullopt if the time is out of ...