ATLAS Offline Software
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 
10 namespace MuonCalib {
11 
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
vec
std::vector< size_t > vec
Definition: CombinationsGeneratorTest.cxx:12
MuonCalib::IMdtBackgroundCorFunc::correction
virtual double correction(double t, double bgRate) const =0
Return time correction (ns).
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
MuonCalib::CalibFunc::ParVec
std::vector< double > ParVec
Definition: CalibFunc.h:36
MuonCalib::IMdtBackgroundCorFunc
generic interface for cavern background correction functions
Definition: IMdtBackgroundCorFunc.h:14
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::IMdtBackgroundCorFunc::IMdtBackgroundCorFunc
IMdtBackgroundCorFunc(const CalibFunc::ParVec &vec)
Definition: IMdtBackgroundCorFunc.h:16
MuonCalib::IMdtBackgroundCorFunc::typeName
virtual std::string typeName() const
Definition: IMdtBackgroundCorFunc.h:18
MuonCalib::IMdtBackgroundCorFunc::~IMdtBackgroundCorFunc
virtual ~IMdtBackgroundCorFunc()
Definition: IMdtBackgroundCorFunc.h:17
MuonCalib::CalibFunc
generic interface for a calibration function.
Definition: CalibFunc.h:34
CalibFunc.h