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
w
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
IRtResolution.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONCALIB_IRTRESOLUTION_H
5
#define MUONCALIB_IRTRESOLUTION_H
6
7
#include "
MdtCalibData/CalibFunc.h
"
8
#include "
GeoModelUtilities/TransientConstSharedPtr.h
"
9
10
11
namespace
MuonCalib
{
12
class
IRtResolution;
13
using
IRtResolutionPtr
=
GeoModel::TransientConstSharedPtr<IRtResolution>
;
20
class
IRtResolution
:
public
CalibFunc
{
21
public
:
22
using
CalibFunc::CalibFunc
;
23
virtual
~IRtResolution
() =
default
;
24
virtual
std::string
typeName
()
const
override final {
return
"IRtResolution"
; }
26
virtual
unsigned
nDoF
()
const
= 0;
28
virtual
double
resolution
(
double
t
,
double
bgRate = 0.0)
const
= 0;
29
};
30
31
}
// namespace MuonCalib
32
33
#endif
GeoModel::TransientConstSharedPtr< IRtResolution >
MuonCalib::IRtResolution::resolution
virtual double resolution(double t, double bgRate=0.0) const =0
returns resolution for a give time and background rate
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
MuonCalib::IRtResolution::~IRtResolution
virtual ~IRtResolution()=default
MuonCalib::IRtResolution
Generic interface to retrieve the resolution on the drift radius as a function of the drift time.
Definition:
IRtResolution.h:20
MuonCalib::IRtResolution::typeName
virtual std::string typeName() const override final
Definition:
IRtResolution.h:24
TransientConstSharedPtr.h
MuonCalib::IRtResolution::nDoF
virtual unsigned nDoF() const =0
Returns the number of degrees of freedom of the relation function
MuonCalib::CalibFunc
generic interface for a calibration function.
Definition:
CalibFunc.h:33
CalibFunc.h
MuonCalib::CalibFunc::CalibFunc
CalibFunc(const ParVec &vec)
Definition:
CalibFunc.h:36
Generated on Thu May 8 2025 21:11:19 for ATLAS Offline Software by
1.8.18