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
xAODInDetMeasurement
versions
SpacePointAuxContainer_v1.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 XAODINDETMEASUREMENT_VERSIONS_SPACEPOINTAUXCONTAINER_V1_H
6
#define XAODINDETMEASUREMENT_VERSIONS_SPACEPOINTAUXCONTAINER_V1_H
7
8
#include <vector>
9
#include <array>
10
11
#include "
xAODCore/AuxContainerBase.h
"
12
#include "
Identifier/IdentifierHash.h
"
13
#include "Identifier/Identifier.h"
14
#include "
xAODMeasurementBase/MeasurementDefs.h
"
15
16
namespace
xAOD
{
19
class
SpacePointAuxContainer_v1
:
public
AuxContainerBase
{
20
public
:
22
SpacePointAuxContainer_v1
();
23
24
private
:
27
28
std::vector < std::vector< DetectorIDHashType > >
elementIdList
;
29
std::vector < std::array < float, 3 > >
globalPosition
;
30
std::vector < float >
radius
;
31
std::vector < float >
varianceR
;
32
std::vector < float >
varianceZ
;
33
35
};
36
37
}
38
39
// Set up the StoreGate inheritance for the class:
40
#include "
xAODCore/BaseInfo.h
"
41
SG_BASE
(
xAOD::SpacePointAuxContainer_v1
,
xAOD::AuxContainerBase
);
42
43
#endif
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD::SpacePointAuxContainer_v1
Auxiliary store for space point.
Definition:
SpacePointAuxContainer_v1.h:19
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::SpacePointAuxContainer_v1::varianceR
std::vector< float > varianceR
Definition:
SpacePointAuxContainer_v1.h:31
SG_BASE
SG_BASE(xAOD::SpacePointAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::SpacePointAuxContainer_v1::varianceZ
std::vector< float > varianceZ
Definition:
SpacePointAuxContainer_v1.h:32
xAOD::SpacePointAuxContainer_v1::radius
std::vector< float > radius
Definition:
SpacePointAuxContainer_v1.h:30
MeasurementDefs.h
IdentifierHash.h
xAOD::SpacePointAuxContainer_v1::elementIdList
std::vector< std::vector< DetectorIDHashType > > elementIdList
Definition:
SpacePointAuxContainer_v1.h:28
xAOD::SpacePointAuxContainer_v1::globalPosition
std::vector< std::array< float, 3 > > globalPosition
Definition:
SpacePointAuxContainer_v1.h:29
xAOD::SpacePointAuxContainer_v1::SpacePointAuxContainer_v1
SpacePointAuxContainer_v1()
Default Constructor.
Definition:
SpacePointAuxContainer_v1.cxx:8
Generated on Wed Apr 2 2025 21:18:45 for ATLAS Offline Software by
1.8.18