Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SimG4Core
Generators
src
HepMCParticle.cc
Go to the documentation of this file.
1
#include "
SimG4Core/Generators/interface/HepMCParticle.h
"
2
3
HepMCParticle::HepMCParticle
() {}
4
5
HepMCParticle::HepMCParticle
(G4PrimaryParticle *
pp
,
int
status
) : theParticle(
pp
), status_code(
status
) {}
6
7
HepMCParticle::~HepMCParticle
() {}
8
9
const
HepMCParticle
&
HepMCParticle::operator=
(
const
HepMCParticle
&right) {
return
*
this
; }
10
11
int
HepMCParticle::operator==
(
const
HepMCParticle
&right)
const
{
return
false
; }
12
int
HepMCParticle::operator!=
(
const
HepMCParticle
&right)
const
{
return
true
; }
13
14
G4PrimaryParticle *
HepMCParticle::getTheParticle
() {
return
theParticle
; }
15
void
HepMCParticle::done
() {
status_code
= -1; }
16
const
int
HepMCParticle::getStatus
() {
return
status_code
; }
HepMCParticle::getStatus
const int getStatus()
Definition:
HepMCParticle.cc:16
mps_update.status
status
Definition:
mps_update.py:69
HepMCParticle::status_code
int status_code
Definition:
HepMCParticle.h:19
HepMCParticle::operator=
const HepMCParticle & operator=(const HepMCParticle &right)
Definition:
HepMCParticle.cc:9
HepMCParticle::operator==
int operator==(const HepMCParticle &right) const
Definition:
HepMCParticle.cc:11
HepMCParticle::done
void done()
Definition:
HepMCParticle.cc:15
HepMCParticle::HepMCParticle
HepMCParticle()
Definition:
HepMCParticle.cc:3
HepMCParticle::~HepMCParticle
~HepMCParticle()
Definition:
HepMCParticle.cc:7
HepMCParticle::getTheParticle
G4PrimaryParticle * getTheParticle()
Definition:
HepMCParticle.cc:14
HepMCParticle.h
HepMCParticle
Definition:
HepMCParticle.h:6
HepMCParticle::operator!=
int operator!=(const HepMCParticle &right) const
Definition:
HepMCParticle.cc:12
createTree.pp
pp
Definition:
createTree.py:17
HepMCParticle::theParticle
G4PrimaryParticle * theParticle
Definition:
HepMCParticle.h:16
Generated for CMSSW Reference Manual by
1.8.16