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
Reconstruction
eflowEventTPCnv
eflowEventTPCnv
eflowObjectContainer_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
#ifndef EFLOWOBJECTCONTAINER_P1_H
6
#define EFLOWOBJECTCONTAINER_P1_H
7
8
#include "
eflowEventTPCnv/eflowObject_p1.h
"
9
#include <vector>
10
11
class
eflowObjectContainer_p1
{
12
13
public
:
14
15
eflowObjectContainer_p1
();
16
17
~eflowObjectContainer_p1
() {};
18
19
friend
class
eflowObjectContainerCnv_p1
;
20
21
// private:
22
23
std::vector<eflowObject_p1>
m_myPersVector
;
24
25
double
m_misset
,
m_sumet
,
m_ptx
,
m_pty
,
m_numef
;
26
27
double
m_numphot
,
m_numele
,
m_nummuo
;
28
29
// Event Shape
30
double
m_circularity
;
31
double
m_thrust
;
32
double
m_oblateness
;
33
34
bool
m_valid
;
35
36
37
};
38
#endif
eflowObjectContainer_p1::m_numphot
double m_numphot
Definition:
eflowObjectContainer_p1.h:27
eflowObjectContainer_p1::m_nummuo
double m_nummuo
Definition:
eflowObjectContainer_p1.h:27
eflowObjectContainer_p1::m_numef
double m_numef
Definition:
eflowObjectContainer_p1.h:25
eflowObjectContainer_p1::m_misset
double m_misset
Definition:
eflowObjectContainer_p1.h:25
eflowObjectContainer_p1::m_numele
double m_numele
Definition:
eflowObjectContainer_p1.h:27
eflowObjectContainer_p1::~eflowObjectContainer_p1
~eflowObjectContainer_p1()
Definition:
eflowObjectContainer_p1.h:17
eflowObjectContainer_p1::m_circularity
double m_circularity
Definition:
eflowObjectContainer_p1.h:30
eflowObject_p1.h
eflowObjectContainer_p1::eflowObjectContainer_p1
eflowObjectContainer_p1()
Constructor where we initialize the data members of this class.
Definition:
eflowObjectContainer_p1.cxx:8
eflowObjectContainerCnv_p1
Definition:
eflowObjectContainerCnv_p1.h:19
eflowObjectContainer_p1::m_thrust
double m_thrust
Definition:
eflowObjectContainer_p1.h:31
eflowObjectContainer_p1::m_myPersVector
std::vector< eflowObject_p1 > m_myPersVector
Definition:
eflowObjectContainer_p1.h:23
eflowObjectContainer_p1::m_ptx
double m_ptx
Definition:
eflowObjectContainer_p1.h:25
eflowObjectContainer_p1
Definition:
eflowObjectContainer_p1.h:11
eflowObjectContainer_p1::m_pty
double m_pty
Definition:
eflowObjectContainer_p1.h:25
eflowObjectContainer_p1::m_valid
bool m_valid
Definition:
eflowObjectContainer_p1.h:34
eflowObjectContainer_p1::m_oblateness
double m_oblateness
Definition:
eflowObjectContainer_p1.h:32
eflowObjectContainer_p1::m_sumet
double m_sumet
Definition:
eflowObjectContainer_p1.h:25
Generated on Wed Apr 23 2025 21:10:09 for ATLAS Offline Software by
1.8.18