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
RecTPCnv
RecTPCnv
MissingEtTruth_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef RECTPCNV_MISSINGETTRUTH_P3_H
6
#define RECTPCNV_MISSINGETTRUTH_P3_H
7
8
/********************************************************************
9
NAME: MissingEtTruth_p3
10
PACKAGE: offline/Reconstruction/RecTPCnv
11
PURPOSE: Persistent rapresentation of MissingEtTruth class
12
********************************************************************/
13
#include <vector>
14
15
// forward declarations
16
class
MissingEtTruthCnv_p3
;
17
18
class
MissingEtTruth_p3
19
{
20
friend
class
MissingEtTruthCnv_p3
;
21
22
public
:
23
25
MissingEtTruth_p3
() {};
26
28
~MissingEtTruth_p3
() =
default
;
29
30
31
protected
:
32
33
std::vector<float>
m_allTheData
;
34
35
};
36
37
#endif
MissingEtTruth_p3::MissingEtTruth_p3
MissingEtTruth_p3()
default constructor
Definition:
MissingEtTruth_p3.h:25
MissingEtTruth_p3::~MissingEtTruth_p3
~MissingEtTruth_p3()=default
destructor
MissingEtTruth_p3
Definition:
MissingEtTruth_p3.h:19
MissingEtTruthCnv_p3
Definition:
MissingEtTruthCnv_p3.h:20
MissingEtTruth_p3::m_allTheData
std::vector< float > m_allTheData
Definition:
MissingEtTruth_p3.h:33
Generated on Sat Mar 15 2025 21:14:52 for ATLAS Offline Software by
1.8.18