Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonCalib
MdtCalib
MdtCalibData
MdtCalibData
IMdtSlewCorFunc.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_IMDTSLEWCORFUNC_H
6
#define MUONCALIB_IMDTSLEWCORFUNC_H
7
8
#include "
MdtCalibData/CalibFunc.h
"
9
10
namespace
MuonCalib
{
11
14
class
IMdtSlewCorFunc
:
public
CalibFunc
{
15
public
:
16
explicit
IMdtSlewCorFunc
(
const
CalibFunc::ParVec
&
vec
) :
CalibFunc
(
vec
){};
17
virtual
~IMdtSlewCorFunc
() {}
18
virtual
std::string
typeName
()
const
{
return
"IMdtSlewCorFunc"
; }
20
virtual
double
correction
(
double
t
,
double
adc
)
const
= 0;
21
};
22
23
}
// namespace MuonCalib
24
25
#endif
MuonCalib::IMdtSlewCorFunc::~IMdtSlewCorFunc
virtual ~IMdtSlewCorFunc()
Definition:
IMdtSlewCorFunc.h:17
MuonCalib::IMdtSlewCorFunc
generic interface for slewing correction functions
Definition:
IMdtSlewCorFunc.h:14
vec
std::vector< size_t > vec
Definition:
CombinationsGeneratorTest.cxx:9
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
MuonCalib::IMdtSlewCorFunc::typeName
virtual std::string typeName() const
Definition:
IMdtSlewCorFunc.h:18
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
MuonCalib::CalibFunc::ParVec
std::vector< double > ParVec
Definition:
CalibFunc.h:35
MuonCalib::IMdtSlewCorFunc::IMdtSlewCorFunc
IMdtSlewCorFunc(const CalibFunc::ParVec &vec)
Definition:
IMdtSlewCorFunc.h:16
ReadFloatFromCool.adc
adc
Definition:
ReadFloatFromCool.py:48
MuonCalib::IMdtSlewCorFunc::correction
virtual double correction(double t, double adc) const =0
Return time correction (ns).
MuonCalib::CalibFunc
generic interface for a calibration function.
Definition:
CalibFunc.h:33
CalibFunc.h
Generated on Sat Mar 15 2025 21:11:44 for ATLAS Offline Software by
1.8.18