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
Control
AthenaExamples
AthExThinning
AthExThinning
AthExDecay_p1.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// AthExDecay_p1.h
8
// Header file for class AthExDecay_p1
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef ATHEXTHINNING_AthExDECAY_P1_H
12
#define ATHEXTHINNING_AthExDECAY_P1_H
13
14
// STL includes
15
#include <vector>
16
17
// Forward declaration
18
class
AthExDecayCnv_p1
;
19
20
#include "
DataModelAthenaPool/ElementLink_p1.h
"
21
#include "
AthExThinning/AthExParticles_p1.h
"
22
23
class
AthExDecay_p1
24
{
25
27
// Friend classes
29
30
// Make the AthenaPoolCnv class our friend
31
friend
class
AthExDecayCnv_p1
;
32
34
// Public methods:
36
public
:
37
40
AthExDecay_p1
();
41
43
// Protected data:
45
protected
:
46
47
ElementLinkInt_p1
m_p1
;
48
ElementLinkInt_p1
m_p2
;
49
ElementLinkInt_p1
m_l1
;
50
ElementLinkInt_p1
m_l2
;
51
};
52
53
#endif //> ATHEXTHINNING_AthExDECAY_P1_H
ElementLink_p1.h
This file contains the class definition for the ElementLink_p1 class.
AthExParticles_p1.h
AthExDecay_p1::AthExDecay_p1
AthExDecay_p1()
Default constructor:
Definition:
AthExDecay_p1.cxx:17
AthExDecayCnv_p1
Definition:
AthExDecayCnv_p1.h:38
AthExDecay_p1::m_l1
ElementLinkInt_p1 m_l1
Definition:
AthExDecay_p1.h:49
AthExDecay_p1::m_p2
ElementLinkInt_p1 m_p2
Definition:
AthExDecay_p1.h:48
ElementLink_p1< uint32_t >
AthExDecay_p1::m_l2
ElementLinkInt_p1 m_l2
Definition:
AthExDecay_p1.h:50
AthExDecay_p1
Definition:
AthExDecay_p1.h:24
AthExDecay_p1::m_p1
ElementLinkInt_p1 m_p1
Definition:
AthExDecay_p1.h:47
Generated on Tue Apr 8 2025 21:07:33 for ATLAS Offline Software by
1.8.18