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
BEvent.h
1
#ifndef BEVENT_H
2
#define BEVENT_H
3
//+
4
// File : BEvent.h
5
// Description : class to contain an event
6
//
7
// Author : Ryosuke Itoh, IPNS, KEK
8
// Date : 28 - Jan - 2004
9
//-
10
11
#include "TObject.h"
12
#include "TClonesArray.h"
13
14
#include "BParticle.h"
15
16
class
BEvent
:
public
TObject {
17
private
:
18
int
m_evno;
19
int
m_nprt;
20
TClonesArray* m_particles;
21
22
public
:
23
BEvent
();
24
~
BEvent
();
25
26
virtual
void
Clear(Option_t*
/*option*/
=
""
);
27
28
void
EventNo(
int
evtno);
29
int
EventNo();
30
31
void
AddTrack(
float
px,
float
py,
float
pz,
float
e,
32
float
charge, SIMPLEPID pid);
33
34
int
NParticles();
35
TClonesArray* GetParticleList();
36
37
ClassDef(
BEvent
, 1)
38
};
39
40
#endif
41
42
BEvent
Definition:
BEvent.h:16
masterclass
dataobjects
include
BEvent.h
Generated on Tue Jan 4 2022 03:00:07 for Belle II Software by
1.8.17