Belle II Software
release-05-02-19
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
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
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Particle_array.cc
1
// -*- C++ -*-
2
//
3
// Package: <package>
4
// Module: Particle_array
5
//
6
// Description: <one line class summary>
7
// Include Class Part_cont including the properties of the particle
8
// Implimentation:
9
// <Notes on implimentation>
10
//
11
// Author: Sadaharu Uehara
12
// Created: Thu May 8 14:42:33 JST 1997
13
// $Id$
14
//
15
// Revision history
16
//
17
// $Log$
18
19
20
// user include files
21
#include <generators/treps/Particle_array.h>
22
23
namespace
Belle2
{
29
Part_cont::Part_cont(
int
icodex,
double
pmassx,
double
pchargx,
30
int
ndecx,
double
pwidthx) :
31
pmassp(0.)
32
{
33
icode = icodex ;
34
pmass = pmassx ;
35
pcharg = pchargx ;
36
ndec = ndecx ;
37
pwidth = pwidthx ;
38
}
39
40
Part_cont::Part_cont(
int
icodex,
double
pmassx,
double
pchargx) :
41
ndec(0),
42
pwidth(0.),
43
pmassp(0.)
44
{
45
icode = icodex ;
46
pmass = pmassx ;
47
pcharg = pchargx ;
48
}
49
51
}
// namespace Belle
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
generators
treps
src
Particle_array.cc
Generated on Tue Jan 4 2022 02:58:26 for Belle II Software by
1.8.17