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
BaseEvent.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* See https://github.com/tferber/OrcaKinfit, forked from *
4
* https://github.com/iLCSoft/MarlinKinfit *
5
* *
6
* Further information about the fit engine and the user interface *
7
* provided in MarlinKinfit can be found at *
8
* https://www.desy.de/~blist/kinfit/doc/html/ *
9
* and in the LCNotes LC-TOOL-2009-001 and LC-TOOL-2009-004 available *
10
* from http://www-flc.desy.de/lcnotes/ *
11
* *
12
* Adopted by: Torben Ferber (torben.ferber@desy.de) (TF) *
13
* *
14
* This software is provided "as is" without any warranty. *
15
**************************************************************************/
16
17
#ifndef __BASEEVENT_H
18
#define __BASEEVENT_H
19
20
#include "analysis/OrcaKinFit/FourVector.h"
21
#include "analysis/OrcaKinFit/BaseFitObject.h"
22
#include "analysis/OrcaKinFit/BaseFitter.h"
23
24
// class BaseEvent
26
39
namespace
Belle2
{
44
namespace
OrcaKinFit {
45
46
class
BaseEvent {
47
public
:
48
virtual
~BaseEvent() {};
50
virtual
void
genEvent
() = 0;
52
virtual
int
fitEvent
(BaseFitter& fitter) = 0;
53
54
};
55
56
}
// end OrcaKinFit namespace
58
}
// end Belle2 namespace
59
60
61
#endif // __BASEEVENT_H
Belle2::OrcaKinFit::BaseEvent::fitEvent
virtual int fitEvent(BaseFitter &fitter)=0
do it!
Belle2::OrcaKinFit::BaseEvent::genEvent
virtual void genEvent()=0
provides four-momenta (i.e. read values from ntuple, run toy MC, ...)
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
analysis
OrcaKinFit
include
BaseEvent.h
Generated on Tue Jan 4 2022 02:50:14 for Belle II Software by
1.8.17