ATLAS Offline Software
Loading...
Searching...
No Matches
IMdtBackgroundCorFunc.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_IMDTBACKGROUNDCORFUNC_H
6#define MUONCALIB_IMDTBACKGROUNDCORFUNC_H
7
9
10namespace MuonCalib {
11
13
15 public:
18 virtual std::string typeName() const { return "IMdtBackgroundCorFunc"; }
20 virtual double correction(double t, double bgRate) 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 double correction(double t, double bgRate) const =0
Return time correction (ns).
IMdtBackgroundCorFunc(const CalibFunc::ParVec &vec)
virtual std::string typeName() const
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.