ATLAS Offline Software
Loading...
Searching...
No Matches
IMdtTempCorFunc.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_IMDTTEMPCORFUNC_H
6#define MUONCALIB_IMDTTEMPCORFUNC_H
7
9
10namespace MuonCalib {
11
13
14 class IMdtTempCorFunc : public CalibFunc {
15 public:
17 virtual ~IMdtTempCorFunc() {}
18 virtual std::string typeName() const { return "IMdtTempCorFunc"; }
20 virtual double correction(double t, double temp) const = 0;
21 };
22
23} // namespace MuonCalib
24
25#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 double correction(double t, double temp) const =0
Return time correction (ns).
IMdtTempCorFunc(const CalibFunc::ParVec &vec)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.