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
Event
xAOD
xAODInDetMeasurement
Root
StripClusterAuxContainer_v1.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 "
xAODInDetMeasurement/versions/StripClusterAuxContainer_v1.h
"
6
7
namespace
xAOD
{
8
StripClusterAuxContainer_v1::StripClusterAuxContainer_v1
()
9
:
AuxContainerBase
() {
10
AUX_VARIABLE
(
identifierHash
);
11
AUX_VARIABLE
(
identifier
);
12
AUX_MEASUREMENTVAR
(
localPosition
, 1);
13
AUX_MEASUREMENTVAR
(
localCovariance
, 1);
14
AUX_VARIABLE
(
globalPosition
);
15
AUX_VARIABLE
(
rdoList
);
16
AUX_VARIABLE
(
channelsInPhi
);
17
}
18
}
// namespace xAOD
xAOD::StripClusterAuxContainer_v1::localPosition
std::vector< PosAccessor< 1 >::element_type > localPosition
Definition:
StripClusterAuxContainer_v1.h:28
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::StripClusterAuxContainer_v1::globalPosition
std::vector< PosAccessor< 3 >::element_type > globalPosition
Definition:
StripClusterAuxContainer_v1.h:34
xAOD::StripClusterAuxContainer_v1::localCovariance
std::vector< CovAccessor< 1 >::element_type > localCovariance
Definition:
StripClusterAuxContainer_v1.h:29
xAOD::StripClusterAuxContainer_v1::rdoList
std::vector< std::vector< Identifier::value_type > > rdoList
Definition:
StripClusterAuxContainer_v1.h:35
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition:
AuxVariable.h:23
xAOD::StripClusterAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition:
StripClusterAuxContainer_v1.h:27
xAOD::StripClusterAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition:
StripClusterAuxContainer_v1.h:26
xAOD::StripClusterAuxContainer_v1::StripClusterAuxContainer_v1
StripClusterAuxContainer_v1()
Default constructor.
Definition:
StripClusterAuxContainer_v1.cxx:8
xAOD::StripClusterAuxContainer_v1::channelsInPhi
std::vector< int > channelsInPhi
Definition:
StripClusterAuxContainer_v1.h:36
StripClusterAuxContainer_v1.h
AUX_MEASUREMENTVAR
#define AUX_MEASUREMENTVAR(VAR, DIM)
Definition:
MeasurementDefs.h:14
Generated on Sat Mar 29 2025 21:18:39 for ATLAS Offline Software by
1.8.18