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
PhysicsAnalysis
TruthParticleID
McParticleKernel
src
ITruthParticleVisitor.cxx
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
// ITruthParticleVisitor.cxx
8
// Implementation file for class ITruthParticleVisitor
9
// Author: S.Binet<binet@cern.ch>
11
12
13
// STL includes
14
15
// McParticleKernel includes
16
#include "
McParticleKernel/ITruthParticleVisitor.h
"
17
19
// Public methods:
21
22
// Constructors
24
25
ITruthParticleVisitor::ITruthParticleVisitor
()
26
{}
27
28
ITruthParticleVisitor::ITruthParticleVisitor
(
const
ITruthParticleVisitor
& )
29
{}
30
31
ITruthParticleVisitor
&
32
ITruthParticleVisitor::operator=
(
const
ITruthParticleVisitor
& rhs )
33
{
34
if
(
this
!= &rhs ) {
35
}
36
return
*
this
;
37
}
38
39
// Destructor
41
42
ITruthParticleVisitor::~ITruthParticleVisitor
()
43
{}
ITruthParticleVisitor::operator=
ITruthParticleVisitor & operator=(const ITruthParticleVisitor &rhs)
Assignment operator:
Definition:
ITruthParticleVisitor.cxx:32
ITruthParticleVisitor::~ITruthParticleVisitor
virtual ~ITruthParticleVisitor()
Constructor with parameters:
Definition:
ITruthParticleVisitor.cxx:42
ITruthParticleVisitor
Definition:
ITruthParticleVisitor.h:30
ITruthParticleVisitor.h
ITruthParticleVisitor::ITruthParticleVisitor
ITruthParticleVisitor()
Default constructor:
Definition:
ITruthParticleVisitor.cxx:25
Generated on Thu Mar 13 2025 21:12:22 for ATLAS Offline Software by
1.8.18