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
ROIReadTestModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2011 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Giulia Casarosa, Eugenio Paoloni *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
#include <framework/core/Module.h>
14
#include <string>
15
#include <stdio.h>
16
17
namespace
Belle2
{
32
class
ROIReadTestModule :
public
Module {
33
34
public
:
35
39
ROIReadTestModule
();
40
41
private
:
42
46
void
initialize
()
override
;
47
48
void
event
()
override
;
49
53
void
terminate
()
override
;
54
55
std::string
m_outfileName
;
56
std::string
m_ROIpayloadName
;
57
FILE*
m_pFile
=
nullptr
;
59
};
61
}
Belle2::ROIReadTestModule::ROIReadTestModule
ROIReadTestModule()
Constructor of the module.
Definition:
ROIReadTestModule.cc:28
Belle2::ROIReadTestModule::initialize
void initialize() override
Initializes the Module.
Definition:
ROIReadTestModule.cc:40
Belle2::ROIReadTestModule::event
void event() override
This method is the core of the module.
Definition:
ROIReadTestModule.cc:53
Belle2::ROIReadTestModule::m_pFile
FILE * m_pFile
file handler
Definition:
ROIReadTestModule.h:65
Belle2::ROIReadTestModule::m_ROIpayloadName
std::string m_ROIpayloadName
ROI payload name.
Definition:
ROIReadTestModule.h:64
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::ROIReadTestModule::terminate
void terminate() override
Termination action.
Definition:
ROIReadTestModule.cc:73
Belle2::ROIReadTestModule::m_outfileName
std::string m_outfileName
produced file name
Definition:
ROIReadTestModule.h:63
tracking
modules
pxdDataReduction
include
ROIReadTestModule.h
Generated on Tue Jan 4 2022 03:05:36 for Belle II Software by
1.8.17