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
MdtFullCalibData.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONCALIB_MDTFULLCALIBDATA_H
6
#define MUONCALIB_MDTFULLCALIBDATA_H
7
8
#include <
MdtCalibData/MdtCorFuncSet.h
>
9
#include <
MdtCalibData/MdtRtRelation.h
>
10
#include <
MdtCalibData/MdtTubeCalibContainer.h
>
11
#include <
GeoModelUtilities/TransientConstSharedPtr.h
>
12
namespace
MuonCalib
{
13
15
struct
MdtFullCalibData
{
16
using
CorrectionPtr
=
GeoModel::TransientConstSharedPtr<MdtCorFuncSet>
;
17
using
RtRelationPtr
=
GeoModel::TransientConstSharedPtr<MdtRtRelation>
;
18
using
TubeContainerPtr
=
GeoModel::TransientConstSharedPtr<MdtTubeCalibContainer>
;
19
20
CorrectionPtr
corrections
{
nullptr
};
21
RtRelationPtr
rtRelation
{
nullptr
};
22
TubeContainerPtr
tubeCalib
{
nullptr
};
24
operator
bool
()
const
{
25
return
corrections
||
rtRelation
||
tubeCalib
;
26
}
27
};
28
29
}
// namespace MuonCalib
30
31
#endif
GeoModel::TransientConstSharedPtr< MdtCorFuncSet >
MdtTubeCalibContainer.h
MuonCalib::MdtFullCalibData::rtRelation
RtRelationPtr rtRelation
Definition:
MdtFullCalibData.h:21
MuonCalib::MdtFullCalibData
class which holds the full set of calibration constants for a given tube
Definition:
MdtFullCalibData.h:15
MuonCalib::MdtFullCalibData::corrections
CorrectionPtr corrections
Definition:
MdtFullCalibData.h:20
MuonCalib::MdtFullCalibData::tubeCalib
TubeContainerPtr tubeCalib
Definition:
MdtFullCalibData.h:22
MdtRtRelation.h
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition:
CscCalcPed.cxx:22
MdtCorFuncSet.h
TransientConstSharedPtr.h
xAOD::bool
setBGCode setTAP setLVL2ErrorBits bool
Definition:
TrigDecision_v1.cxx:60
Generated on Mon Apr 21 2025 21:14:39 for ATLAS Offline Software by
1.8.18