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
TOPMCTrackMakerModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2010 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Marko Staric *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#ifndef TOPMCTRACKMAKERMODULE_H
12
#define TOPMCTRACKMAKERMODULE_H
13
14
#include <framework/core/Module.h>
15
16
namespace
Belle2
{
29
class
TOPMCTrackMakerModule :
public
Module {
30
31
public
:
32
36
TOPMCTrackMakerModule
();
37
41
virtual
~TOPMCTrackMakerModule
();
42
47
virtual
void
initialize
()
override
;
48
53
virtual
void
beginRun
()
override
;
54
58
virtual
void
event
()
override
;
59
64
virtual
void
endRun
()
override
;
65
70
virtual
void
terminate
()
override
;
71
72
private
:
73
74
75
};
76
78
}
// Belle2 namespace
79
80
#endif
Belle2::TOPMCTrackMakerModule::event
virtual void event() override
Event processor.
Definition:
TOPMCTrackMakerModule.cc:94
Belle2::TOPMCTrackMakerModule::terminate
virtual void terminate() override
Termination action.
Definition:
TOPMCTrackMakerModule.cc:148
Belle2::TOPMCTrackMakerModule::beginRun
virtual void beginRun() override
Called when entering a new run.
Definition:
TOPMCTrackMakerModule.cc:90
Belle2::TOPMCTrackMakerModule::endRun
virtual void endRun() override
End-of-run action.
Definition:
TOPMCTrackMakerModule.cc:144
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::TOPMCTrackMakerModule::initialize
virtual void initialize() override
Initialize the Module.
Definition:
TOPMCTrackMakerModule.cc:63
Belle2::TOPMCTrackMakerModule::TOPMCTrackMakerModule
TOPMCTrackMakerModule()
Constructor.
Definition:
TOPMCTrackMakerModule.cc:47
Belle2::TOPMCTrackMakerModule::~TOPMCTrackMakerModule
virtual ~TOPMCTrackMakerModule()
Destructor.
Definition:
TOPMCTrackMakerModule.cc:59
top
modules
TOPMCTrackMaker
include
TOPMCTrackMakerModule.h
Generated on Tue Jan 4 2022 03:04:17 for Belle II Software by
1.8.17