CGEM BOSS
6.6.5.f
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
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
m
n
p
r
s
t
v
w
Enumerations
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
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
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
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
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
IsGenerator.cxx
Go to the documentation of this file.
1
#include <vector>
2
3
#include "
TruthHelper/IsGenerator.h
"
4
#include "HepMC/GenParticle.h"
5
using
std::vector;
6
using
std::abs;
7
8
//****************************************************************
9
//* IsGenerator *
10
//****************************************************************
11
IsGenerator::IsGenerator
() {}
12
13
bool
IsGenerator::operator()
(
const
Particle
*
const
p )
const
{
14
return
( p->barcode() < 100000 && ( p->status()<200 ||
15
p->status()%1000 == 1 ||
16
p->status()%1000 == 2 ) ) ?
true
:
false
;
17
// conforms to PDG standard and accomodates the generated partilces that are copied to kine
18
}
19
20
bool
IsGenerator::operator()
(
const
Particle
& p )
const
{
21
return
this->
operator()
(&p);
22
}
23
GenIMCselector
*
IsGenerator::create
()
const
{
return
new
IsGenerator
(*
this
);}
24
Particle
HepMC::GenParticle Particle
Definition:
GenIMCselector.h:16
IsGenerator.h
GenIMCselector
Definition:
GenIMCselector.h:19
IsGenerator::operator()
virtual bool operator()(const Particle *const p) const
Definition:
IsGenerator.cxx:13
IsGenerator::IsGenerator
IsGenerator()
Definition:
IsGenerator.cxx:11
IsGenerator::create
GenIMCselector * create() const
Definition:
IsGenerator.cxx:23
source
Generator
GenAnalysisTools
TruthHelper
TruthHelper-00-00-01
src
IsGenerator.cxx
Generated by
1.9.6