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
FourMom
FourMom
FourMomDict.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 FOURMOM_FOURMOMDICT_H
6
# define FOURMOM_FOURMOMDICT_H
7
8
#include "
FourMom/P4EEtaPhiM.h
"
9
#include "
FourMom/P4IPtCotThPhiM.h
"
10
#include "
FourMom/P4PxPyPzE.h
"
11
#include "
FourMom/P4PtEtaPhiM.h
"
12
13
// new implementations
14
#include "
FourMom/P4Impl.h
"
15
#include "
FourMom/Lib/P4BaseEEtaPhiM.h
"
16
#include "
FourMom/Lib/P4ImplEEtaPhiM.h
"
17
18
#include "
FourMom/Lib/P4BaseIPtCotThPhiM.h
"
19
#include "
FourMom/Lib/P4ImplIPtCotThPhiM.h
"
20
21
#include "
FourMom/Lib/P4BasePtEtaPhiM.h
"
22
#include "
FourMom/Lib/P4ImplPtEtaPhiM.h
"
23
24
#include "
FourMom/Lib/P4BasePxPyPzE.h
"
25
#include "
FourMom/Lib/P4ImplPxPyPzE.h
"
26
27
namespace
FourMomDict
{
28
29
struct
tmp
{
30
31
P4Impl<P4ImplEEtaPhiM>
m_eneEtaPhiMass
;
32
P4Impl<P4ImplIPtCotThPhiM>
m_iPtCotThPhiMass
;
33
P4Impl<P4ImplPtEtaPhiM>
m_ptEtaPhiMass
;
34
P4Impl<P4ImplPxPyPzE>
m_pxPyPzEne
;
35
36
};
37
}
38
39
#endif
P4IPtCotThPhiM.h
P4BasePtEtaPhiM.h
P4Impl.h
FourMomDict::tmp::m_eneEtaPhiMass
P4Impl< P4ImplEEtaPhiM > m_eneEtaPhiMass
Definition:
FourMomDict.h:31
FourMomDict::tmp::m_ptEtaPhiMass
P4Impl< P4ImplPtEtaPhiM > m_ptEtaPhiMass
Definition:
FourMomDict.h:33
P4ImplEEtaPhiM.h
P4BaseEEtaPhiM.h
P4ImplPtEtaPhiM.h
P4BaseIPtCotThPhiM.h
P4ImplPxPyPzE.h
FourMomDict::tmp::m_iPtCotThPhiMass
P4Impl< P4ImplIPtCotThPhiM > m_iPtCotThPhiMass
Definition:
FourMomDict.h:32
P4BasePxPyPzE.h
P4EEtaPhiM.h
P4Impl< P4ImplEEtaPhiM >
FourMomDict
Definition:
FourMomDict.h:27
P4PtEtaPhiM.h
P4ImplIPtCotThPhiM.h
FourMomDict::tmp
Definition:
FourMomDict.h:29
P4PxPyPzE.h
FourMomDict::tmp::m_pxPyPzEne
P4Impl< P4ImplPxPyPzE > m_pxPyPzEne
Definition:
FourMomDict.h:34
Generated on Tue May 6 2025 21:09:51 for ATLAS Offline Software by
1.8.18