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
Calorimeter
CaloConditions
src
CaloCellPositionShift.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
CaloConditions/CaloCellPositionShift.h
"
6
7
namespace
CaloRec
{
8
9
CaloCellPositionShift::CaloCellPositionShift
(
const
size_type
&
size
) : m_deltaX(
size
,0.),m_deltaY(
size
,0.),m_deltaZ(
size
,0.)
10
{}
11
12
void
CaloCellPositionShift::resize
(
const
size_type
&
size
) {
13
m_deltaX
.resize(
size
,0.0);
14
m_deltaY
.resize(
size
,0.0);
15
m_deltaZ
.resize(
size
,0.0);
16
}
17
18
}
//end namespace
CaloRec::CaloCellPositionShift::CaloCellPositionShift
CaloCellPositionShift()
Definition:
CaloCellPositionShift.h:37
CaloRec::CaloCellPositionShift::size
size_type size() const
Definition:
CaloCellPositionShift.h:66
CaloRec::CaloCellPositionShift::size_type
contType::size_type size_type
Definition:
CaloCellPositionShift.h:34
python.setupRTTAlg.size
int size
Definition:
setupRTTAlg.py:39
CaloRec::CaloCellPositionShift::m_deltaZ
contType m_deltaZ
Definition:
CaloCellPositionShift.h:72
CaloRec::CaloCellPositionShift::m_deltaX
contType m_deltaX
Definition:
CaloCellPositionShift.h:70
CaloRec
Namespace for helper functions.
Definition:
CaloCellPositionShift.h:23
CaloRec::CaloCellPositionShift::resize
void resize(const size_type &size)
Definition:
CaloCellPositionShift.cxx:12
CaloRec::CaloCellPositionShift::m_deltaY
contType m_deltaY
Definition:
CaloCellPositionShift.h:71
CaloCellPositionShift.h
Container for a cell-level position corrections to account for distorsion of calo shape in reconstruc...
Generated on Sat Mar 29 2025 21:07:56 for ATLAS Offline Software by
1.8.18