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
ROIfindingConditionFromDBModule.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2019 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Simon Kurz *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
#pragma once
11
12
#include <framework/core/Module.h>
13
14
#include <framework/database/DBObjPtr.h>
15
16
#include <simulation/dbobjects/ROIParameters.h>
17
18
19
namespace
Belle2
{
24
class
ROIfindingConditionFromDBModule :
public
Module {
26
public
:
28
ROIfindingConditionFromDBModule
();
29
31
void
event
()
override
;
32
33
private
:
35
bool
m_roiEnabled
=
true
;
36
38
DBObjPtr<ROIParameters>
m_roiParameters
;
39
};
40
42
}
Belle2::ROIfindingConditionFromDBModule::ROIfindingConditionFromDBModule
ROIfindingConditionFromDBModule()
Add the module parameters and the description.
Definition:
ROIfindingConditionFromDBModule.cc:17
Belle2::DBObjPtr
Class for accessing objects in the database.
Definition:
DBObjPtr.h:31
Belle2::ROIfindingConditionFromDBModule::m_roiParameters
DBObjPtr< ROIParameters > m_roiParameters
Configuration parameters for ROIs.
Definition:
ROIfindingConditionFromDBModule.h:46
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::ROIfindingConditionFromDBModule::event
void event() override
Returns true, if ROI-finding is enabled.
Definition:
ROIfindingConditionFromDBModule.cc:23
Belle2::ROIfindingConditionFromDBModule::m_roiEnabled
bool m_roiEnabled
Internal condition: true if run/exp is in IoV.
Definition:
ROIfindingConditionFromDBModule.h:43
simulation
dbtools
include
ROIfindingConditionFromDBModule.h
Generated on Tue Jan 4 2022 03:01:56 for Belle II Software by
1.8.17