ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonCalib
MdtCalib
MdtCalibData
MdtCalibData
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
8
#include "
MdtCalibData/CalibFunc.h
"
9
10
namespace
MuonCalib
{
11
13
14
class
IMdtBackgroundCorFunc
:
public
CalibFunc
{
15
public
:
16
explicit
IMdtBackgroundCorFunc
(
const
CalibFunc::ParVec
&
vec
) :
CalibFunc
(
vec
){};
17
virtual
~IMdtBackgroundCorFunc
() {}
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
CalibFunc.h
vec
std::vector< size_t > vec
Definition
CombinationsGeneratorTest.cxx:9
MuonCalib::CalibFunc::ParVec
std::vector< double > ParVec
Definition
CalibFunc.h:35
MuonCalib::CalibFunc::CalibFunc
CalibFunc(const ParVec &vec)
Definition
CalibFunc.h:36
MuonCalib::IMdtBackgroundCorFunc::~IMdtBackgroundCorFunc
virtual ~IMdtBackgroundCorFunc()
Definition
IMdtBackgroundCorFunc.h:17
MuonCalib::IMdtBackgroundCorFunc::correction
virtual double correction(double t, double bgRate) const =0
Return time correction (ns).
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
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition
CscCalcPed.cxx:21
Generated on
for ATLAS Offline Software by
1.17.0