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
IMdtBFieldCorFunc.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_IMDTBFIELDCORFUNC_H
6
#define MUONCALIB_IMDTBFIELDCORFUNC_H
7
8
#include "
MdtCalibData/CalibFunc.h
"
9
10
namespace
MuonCalib
{
11
14
class
IMdtBFieldCorFunc
:
public
CalibFunc
{
15
public
:
16
explicit
IMdtBFieldCorFunc
(
const
CalibFunc::ParVec
&
vec
) :
CalibFunc
(
vec
){};
17
virtual
~IMdtBFieldCorFunc
() =
default
;
18
virtual
std::string
typeName
()
const
{
return
"IMdtBFieldCorFunc"
; }
21
virtual
double
correction
(
double
t
,
double
Bpar,
double
Bperp)
const
= 0;
22
};
23
24
}
// namespace MuonCalib
25
26
#endif
vec
std::vector< size_t > vec
Definition:
CombinationsGeneratorTest.cxx:9
MuonCalib::IMdtBFieldCorFunc
generic interface for b-field correction functions
Definition:
IMdtBFieldCorFunc.h:14
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
MuonCalib::IMdtBFieldCorFunc::~IMdtBFieldCorFunc
virtual ~IMdtBFieldCorFunc()=default
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::IMdtBFieldCorFunc::correction
virtual double correction(double t, double Bpar, double Bperp) const =0
Return time correction (ns).
MuonCalib::IMdtBFieldCorFunc::IMdtBFieldCorFunc
IMdtBFieldCorFunc(const CalibFunc::ParVec &vec)
Definition:
IMdtBFieldCorFunc.h:16
MuonCalib::IMdtBFieldCorFunc::typeName
virtual std::string typeName() const
Definition:
IMdtBFieldCorFunc.h:18
MuonCalib::CalibFunc
generic interface for a calibration function.
Definition:
CalibFunc.h:33
CalibFunc.h
Generated on Sat Mar 22 2025 21:11:48 for ATLAS Offline Software by
1.8.18