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
CaloCnv
CaloTPCnv
CaloTPCnv
CaloShowerContainer_p1.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
//Dear emacs, this is -*-c++-*-
6
7
#ifndef CALOATHENAPOOL_CALOSHOWERCONTAINER_P1_H
8
#define CALOATHENAPOOL_CALOSHOWERCONTAINER_P1_H
9
10
#include <vector>
11
#include "
CaloTPCnv/CaloClusterMomentStore_p1.h
"
12
#include "
CaloTPCnv/CaloSamplingData_p1.h
"
13
14
class
CaloShowerContainer_p1
15
{
16
public
:
17
//friend class CaloShowerContainerCnv_p1;
19
CaloShowerContainer_p1
() { };
20
21
struct
CaloShower
{
22
CaloClusterMomentStore_p1
m_momentStore
;
23
CaloSamplingData_p1
m_samplingStore
;
24
};
25
26
std::vector<CaloShower>
m_container
;
27
typedef
std::vector<CaloShower>::const_iterator
const_iterator
;
28
};
29
30
#endif
31
32
CaloShowerContainer_p1::const_iterator
std::vector< CaloShower >::const_iterator const_iterator
Definition:
CaloShowerContainer_p1.h:27
CaloClusterMomentStore_p1.h
CaloClusterMomentStore_p1
Definition:
CaloClusterMomentStore_p1.h:10
CaloShowerContainer_p1::CaloShowerContainer_p1
CaloShowerContainer_p1()
constructor
Definition:
CaloShowerContainer_p1.h:19
CaloShowerContainer_p1::CaloShower::m_momentStore
CaloClusterMomentStore_p1 m_momentStore
Definition:
CaloShowerContainer_p1.h:22
CaloShowerContainer_p1::CaloShower
Definition:
CaloShowerContainer_p1.h:21
CaloShowerContainer_p1::CaloShower::m_samplingStore
CaloSamplingData_p1 m_samplingStore
Definition:
CaloShowerContainer_p1.h:23
CaloShowerContainer_p1::m_container
std::vector< CaloShower > m_container
Definition:
CaloShowerContainer_p1.h:26
CaloSamplingData_p1
Definition:
CaloSamplingData_p1.h:11
CaloSamplingData_p1.h
CaloShowerContainer_p1
Definition:
CaloShowerContainer_p1.h:15
Generated on Sun Mar 23 2025 21:08:14 for ATLAS Offline Software by
1.8.18