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
w
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
AthExParticles.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
// AthExParticles.h
8
// Header file for class AthExParticles
9
// Author: S.Binet<binet@cern.ch>
11
#ifndef ATHEXTHINNING_ATHEXPARTICLES_H
12
#define ATHEXTHINNING_ATHEXPARTICLES_H
13
14
// STL includes
15
16
// Gaudi includes
17
18
#include "
AthContainers/DataVector.h
"
19
#include "
AthenaKernel/CLASS_DEF.h
"
20
21
// AthExThinning includes
22
#include "
AthExThinning/AthExParticle.h
"
23
#include "
AthExThinning/AthExIParticle.h
"
24
#include "
AthExThinning/AthExIParticles.h
"
25
26
// Forward declaration
27
28
#ifndef DATAVECTOR_ATHEXPARTICLE_ATHEXIPARTICLE_H
29
#define DATAVECTOR_ATHEXPARTICLE_ATHEXIPARTICLE_H
30
// Needed for constructing the mirror container hierarchy
31
// The use of the guard macro prevents this from instantiating the static data member
32
// more than once.
33
DATAVECTOR_BASE
(
AthExParticle
,
AthExIParticle
);
34
#endif
35
36
class
AthExParticles
:
public
DataVector
<AthExParticle>
37
{
38
public
:
39
42
AthExParticles
();
43
46
AthExParticles
(
const
AthExParticles
& rhs );
47
50
AthExParticles
&
operator=
(
const
AthExParticles
& rhs );
51
54
AthExParticles
(
const
SG::OwnershipPolicy
own );
55
58
virtual
~AthExParticles
();
59
60
protected
:
61
62
};
63
64
65
SG_BASE
(
AthExParticles
,
DataVector<AthExParticle>
);
66
CLASS_DEF
(
AthExParticles
, 104018905, 1 )
67
68
#endif //> ATHEXTHINNING_ATHEXPARTICLES_H
AthExIParticle.h
AthExParticle.h
AthExIParticles.h
AthExParticles::AthExParticles
AthExParticles()
Default constructor:
Definition:
AthExParticles.cxx:24
SG::OwnershipPolicy
OwnershipPolicy
describes the possible element ownership policies (see e.g. DataVector)
Definition:
OwnershipPolicy.h:16
AthExParticles::~AthExParticles
virtual ~AthExParticles()
Destructor:
Definition:
AthExParticles.cxx:46
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
AthExParticles::operator=
AthExParticles & operator=(const AthExParticles &rhs)
Assignment operator:
Definition:
AthExParticles.cxx:32
SG_BASE
SG_BASE(AthExParticles, DataVector< AthExParticle >)
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
AthExParticle
Definition:
AthExParticle.h:24
DATAVECTOR_BASE
DATAVECTOR_BASE(AthExParticle, AthExIParticle)
CLASS_DEF.h
macros to associate a CLID to a type
AthExParticles
Definition:
AthExParticles.h:37
AthExIParticle
Definition:
AthExIParticle.h:21
Generated on Sun May 11 2025 21:06:27 for ATLAS Offline Software by
1.8.18