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
xAODHIEvent
xAODHIEvent
versions
HIEventShapeAuxContainer_v1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V1_H
6
#define XAODHIEVENT_VERSIONS_HIEVENTSHAPEAUXCONTAINER_V1_H
7
8
9
#include <vector>
10
#include "
xAODCore/AuxContainerBase.h
"
11
12
namespace
xAOD
{
13
14
class
HIEventShapeAuxContainer_v1
:
public
AuxContainerBase
{
15
16
public
:
18
HIEventShapeAuxContainer_v1
();
19
20
private
:
21
23
std::vector<float>
Et
;
24
std::vector<float>
area
;
25
std::vector<float>
rho
;
26
std::vector<int>
nCells
;
27
29
std::vector<std::vector<float> >
Et_cos
;
30
std::vector<std::vector<float> >
Et_sin
;
31
33
std::vector<float>
etaMin
;
34
std::vector<float>
etaMax
;
35
std::vector<int>
layer
;
36
37
};
// class HIEventShapeAuxContainer_v1
38
39
}
// namespace xAOD
40
#include "
xAODCore/BaseInfo.h
"
41
SG_BASE
(
xAOD::HIEventShapeAuxContainer_v1
,
xAOD::AuxContainerBase
);
42
#endif // XAODEVENTINFO_VERSIONS_EVENTINFOAUXCONTAINER_V1_H
xAOD::HIEventShapeAuxContainer_v1::nCells
std::vector< int > nCells
Definition:
HIEventShapeAuxContainer_v1.h:26
xAOD::HIEventShapeAuxContainer_v1::Et_cos
std::vector< std::vector< float > > Et_cos
Harmonic modulation.
Definition:
HIEventShapeAuxContainer_v1.h:29
xAOD::HIEventShapeAuxContainer_v1::Et
std::vector< float > Et
Energy density information.
Definition:
HIEventShapeAuxContainer_v1.h:23
xAOD::HIEventShapeAuxContainer_v1
Definition:
HIEventShapeAuxContainer_v1.h:14
xAOD::HIEventShapeAuxContainer_v1::etaMax
std::vector< float > etaMax
Definition:
HIEventShapeAuxContainer_v1.h:34
xAOD::HIEventShapeAuxContainer_v1::rho
std::vector< float > rho
Definition:
HIEventShapeAuxContainer_v1.h:25
SG_BASE
SG_BASE(xAOD::HIEventShapeAuxContainer_v1, xAOD::AuxContainerBase)
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD::HIEventShapeAuxContainer_v1::etaMin
std::vector< float > etaMin
Information about slice.
Definition:
HIEventShapeAuxContainer_v1.h:33
xAOD::HIEventShapeAuxContainer_v1::Et_sin
std::vector< std::vector< float > > Et_sin
Definition:
HIEventShapeAuxContainer_v1.h:30
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::HIEventShapeAuxContainer_v1::HIEventShapeAuxContainer_v1
HIEventShapeAuxContainer_v1()
Default constructor.
Definition:
HIEventShapeAuxContainer_v1.cxx:12
xAOD::HIEventShapeAuxContainer_v1::layer
std::vector< int > layer
Definition:
HIEventShapeAuxContainer_v1.h:35
xAOD::HIEventShapeAuxContainer_v1::area
std::vector< float > area
Definition:
HIEventShapeAuxContainer_v1.h:24
Generated on Thu Apr 24 2025 21:11:28 for ATLAS Offline Software by
1.8.18