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
RtResolutionFromPoints.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
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// 11.04.2007, AUTHOR: OLIVER KORTNER
7
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8
9
#ifndef MuonCalib_ResolutionFromPointsH
10
#define MuonCalib_ResolutionFromPointsH
11
12
//::::::::::::::::::
13
//:: HEADER FILES ::
14
//::::::::::::::::::
15
16
// STL //
17
#include <vector>
18
19
// MuonCalib //
20
#include "
MdtCalibData/RtResolutionChebyshev.h
"
21
#include "
MdtCalibData/RtResolutionLookUp.h
"
22
#include "
MuonCalibMath/SamplePoint.h
"
23
27
28
namespace
MuonCalib
{
29
30
class
RtResolutionFromPoints
{
31
public
:
32
// Constructor //
33
RtResolutionFromPoints
() =
default
;
35
36
// Methods //
37
43
static
RtResolutionChebyshev
getRtResolutionChebyshev
(
const
std::vector<SamplePoint> &sample_points,
44
const
unsigned
int
order
);
45
52
static
RtResolutionLookUp
getRtResolutionLookUp
(
const
std::vector<SamplePoint> &sample_points);
53
54
};
55
56
}
// namespace MuonCalib
57
58
#endif
mc.order
order
Configure Herwig7.
Definition:
mc.Herwig7_Dijet.py:12
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
RtResolutionLookUp.h
MuonCalib::RtResolutionFromPoints::getRtResolutionLookUp
static RtResolutionLookUp getRtResolutionLookUp(const std::vector< SamplePoint > &sample_points)
Definition:
RtResolutionFromPoints.cxx:61
MuonCalib::RtResolutionFromPoints::getRtResolutionChebyshev
static RtResolutionChebyshev getRtResolutionChebyshev(const std::vector< SamplePoint > &sample_points, const unsigned int order)
< get an RtResolutionChebyshev resembling the sigma(t) function as described by the sample points in ...
Definition:
RtResolutionFromPoints.cxx:22
RtResolutionChebyshev.h
MuonCalib::RtResolutionChebyshev
Definition:
RtResolutionChebyshev.h:35
MuonCalib::RtResolutionFromPoints
Definition:
RtResolutionFromPoints.h:30
SamplePoint.h
MuonCalib::RtResolutionFromPoints::RtResolutionFromPoints
RtResolutionFromPoints()=default
Default constructor.
MuonCalib::RtResolutionLookUp
Equidistant look up table for resolution tables with the time as key.
Definition:
RtResolutionLookUp.h:23
Generated on Tue Apr 22 2025 21:17:58 for ATLAS Offline Software by
1.8.18