ATLAS Offline Software
MdtBackgroundCorFunc0.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_MDTBACKGROUNDCORFUNC0_H
6 #define MUONCALIB_MDTBACKGROUNDCORFUNC0_H
7 
9 
10 namespace MuonCalib {
11 
15  public:
17  virtual std::string name() const { return "MdtBackgroundCorFunc0"; }
18  static unsigned int nUsedPar() { return 0; }
19  virtual double correction(double /*t*/, double /*bgRate*/) const { return 0.0; }
20  };
21 
22 } // namespace MuonCalib
23 
24 #endif
MuonCalib::MdtBackgroundCorFunc0::name
virtual std::string name() const
Definition: MdtBackgroundCorFunc0.h:17
MuonCalib::MdtBackgroundCorFunc0::nUsedPar
static unsigned int nUsedPar()
Definition: MdtBackgroundCorFunc0.h:18
vec
std::vector< size_t > vec
Definition: CombinationsGeneratorTest.cxx:12
MuonCalib::CalibFunc::ParVec
std::vector< double > ParVec
Definition: CalibFunc.h:36
MuonCalib::MdtBackgroundCorFunc0
implementation of a background correction function
Definition: MdtBackgroundCorFunc0.h:14
MuonCalib::IMdtBackgroundCorFunc
generic interface for cavern background correction functions
Definition: IMdtBackgroundCorFunc.h:14
IMdtBackgroundCorFunc.h
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::MdtBackgroundCorFunc0::correction
virtual double correction(double, double) const
Return time correction (ns).
Definition: MdtBackgroundCorFunc0.h:19
MuonCalib::MdtBackgroundCorFunc0::MdtBackgroundCorFunc0
MdtBackgroundCorFunc0(const CalibFunc::ParVec &vec)
Definition: MdtBackgroundCorFunc0.h:16