ATLAS Offline Software
Loading...
Searching...
No Matches
MdtSlewCorFuncHardcoded.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCALIB_MdtSlewCorFuncHardcoded_H
6#define MUONCALIB_MdtSlewCorFuncHardcoded_H
7
8#include <vector>
9
11
12namespace MuonCalib {
13
16 public:
18 inline virtual std::string name() const override { return "MdtSlewCorFuncHardCoded"; }
19 static unsigned int nUsedPar() { return 0; }
20 virtual double correction(double t, double adc) const override;
21 };
22
23} // namespace MuonCalib
24
25#endif
std::vector< size_t > vec
std::vector< double > ParVec
Definition CalibFunc.h:35
IMdtSlewCorFunc(const CalibFunc::ParVec &vec)
virtual std::string name() const override
virtual double correction(double t, double adc) const override
Return time correction (ns).
MdtSlewCorFuncHardcoded(const CalibFunc::ParVec &vec)
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.