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
PhysicsAnalysis
AnalysisCommon
ParticleEventTPCnv
ParticleEventTPCnv
Neutrino_p2.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// Neutrino_p2.h
8
// Header file for class Neutrino_p2
9
// Author: K.Cranmer<cranmer@cern.ch>
10
// Author: S.Binet<binet@cern.ch>
11
// Date: December 2006
13
#ifndef PARTICLEEVENTTPCNV_NEUTRINO_P2_H
14
#define PARTICLEEVENTTPCNV_NEUTRINO_P2_H 1
15
16
// STL includes
17
18
// EventCommonTPCnv includes
19
#include "
EventCommonTPCnv/P4PxPyPzE_p1.h
"
20
21
// ParticleEventTPCnv includes
22
#include "
ParticleEventTPCnv/ParticleBase_p2.h
"
23
24
// forward declarations
25
class
NeutrinoCnv_p2
;
26
27
class
Neutrino_p2
28
{
30
// Friend classes
32
33
// Make the AthenaPoolCnv class our friend
34
friend
class
NeutrinoCnv_p2
;
35
37
// Public methods:
39
public
:
40
43
Neutrino_p2
();
44
47
~Neutrino_p2
() =
default
;
48
50
// Private data:
52
private
:
53
55
P4PxPyPzE_p1
m_momentum
;
56
58
ParticleBase_p2
m_particleBase
;
59
60
// the Neutrino part
61
62
};
63
65
// Inline methods:
67
68
inline
Neutrino_p2::Neutrino_p2
()
69
{}
70
71
#endif //> PARTICLEEVENTTPCNV_NEUTRINO_P2_H
P4PxPyPzE_p1.h
Neutrino_p2::m_momentum
P4PxPyPzE_p1 m_momentum
the 4-mom part
Definition:
Neutrino_p2.h:55
Neutrino_p2
Definition:
Neutrino_p2.h:28
NeutrinoCnv_p2
Definition:
NeutrinoCnv_p2.h:32
Neutrino_p2::~Neutrino_p2
~Neutrino_p2()=default
Destructor:
ParticleBase_p2.h
P4PxPyPzE_p1
Definition:
P4PxPyPzE_p1.h:23
Neutrino_p2::m_particleBase
ParticleBase_p2 m_particleBase
the ParticleBase part
Definition:
Neutrino_p2.h:58
Neutrino_p2::Neutrino_p2
Neutrino_p2()
Default constructor:
Definition:
Neutrino_p2.h:68
ParticleBase_p2
Definition:
ParticleBase_p2.h:26
Generated on Mon Mar 24 2025 21:16:02 for ATLAS Offline Software by
1.8.18