5#ifndef MUONCALIB_IMDTBFIELDCORFUNC_H
6#define MUONCALIB_IMDTBFIELDCORFUNC_H
18 virtual std::string
typeName()
const {
return "IMdtBFieldCorFunc"; }
21 virtual double correction(
double t,
double Bpar,
double Bperp)
const = 0;
std::vector< size_t > vec
std::vector< double > ParVec
CalibFunc(const ParVec &vec)
virtual std::string typeName() const
virtual ~IMdtBFieldCorFunc()=default
IMdtBFieldCorFunc(const CalibFunc::ParVec &vec)
virtual double correction(double t, double Bpar, double Bperp) const =0
Return time correction (ns).
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.