ATLAS Offline Software
Loading...
Searching...
No Matches
IMdtBFieldCorFunc.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCALIB_IMDTBFIELDCORFUNC_H
6#define MUONCALIB_IMDTBFIELDCORFUNC_H
7
9
10namespace MuonCalib {
11
13
15 public:
17 virtual ~IMdtBFieldCorFunc() = default;
18 virtual std::string typeName() const { return "IMdtBFieldCorFunc"; }
21 virtual double correction(double t, double Bpar, double Bperp) const = 0;
22 };
23
24} // namespace MuonCalib
25
26#endif
std::vector< size_t > vec
std::vector< double > ParVec
Definition CalibFunc.h:35
CalibFunc(const ParVec &vec)
Definition CalibFunc.h:36
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.