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
SVDDatabaseImporter.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2017 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Laura Zani *
7
* *
8
* This software is provided "as is" without any warranty. *
9
* WARNING: Do not try to fry it with water. Use only olive oil. *
10
**************************************************************************/
11
12
#pragma once
13
14
#include <TObject.h>
15
16
namespace
Belle2
{
31
class
SVDDatabaseImporter {
32
33
public
:
34
38
SVDDatabaseImporter
():
39
m_firstExperiment
(0),
m_firstRun
(0),
40
m_lastExperiment
(-1),
m_lastRun
(-1)
41
{
42
}
43
48
SVDDatabaseImporter
(
int
fexp,
int
frun,
int
lexp,
int
lrun):
49
m_firstExperiment
(fexp),
m_firstRun
(frun),
50
m_lastExperiment
(lexp),
m_lastRun
(lrun)
51
{
52
}
53
54
58
virtual
~SVDDatabaseImporter
()
59
{}
60
68
void
importSVDHitTimeNeuralNetwork
(std::string fileName,
bool
threeSamples =
false
);
69
70
71
private
:
72
77
int
m_firstExperiment
;
78
int
m_firstRun
;
79
int
m_lastExperiment
;
80
int
m_lastRun
;
82
};
83
85
}
// Belle2 namespace
Belle2::SVDDatabaseImporter::m_firstRun
int m_firstRun
First run.
Definition:
SVDDatabaseImporter.h:87
Belle2::SVDDatabaseImporter::~SVDDatabaseImporter
virtual ~SVDDatabaseImporter()
Destructor.
Definition:
SVDDatabaseImporter.h:67
Belle2::SVDDatabaseImporter::SVDDatabaseImporter
SVDDatabaseImporter()
Default constructor.
Definition:
SVDDatabaseImporter.h:47
Belle2::SVDDatabaseImporter::importSVDHitTimeNeuralNetwork
void importSVDHitTimeNeuralNetwork(std::string fileName, bool threeSamples=false)
This method import to the database the list of strips to be masked because hot.
Definition:
SVDDatabaseImporter.cc:36
Belle2::SVDDatabaseImporter::m_lastRun
int m_lastRun
Last run.
Definition:
SVDDatabaseImporter.h:89
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::SVDDatabaseImporter::m_firstExperiment
int m_firstExperiment
The interval of validity coordinates are defined as private members.
Definition:
SVDDatabaseImporter.h:86
Belle2::SVDDatabaseImporter::m_lastExperiment
int m_lastExperiment
Last experiment.
Definition:
SVDDatabaseImporter.h:88
svd
calibration
include
SVDDatabaseImporter.h
Generated on Tue Jan 4 2022 03:02:38 for Belle II Software by
1.8.17