Belle II Software
development
Toggle main menu visibility
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
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
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
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
Typedefs
Macros
PIDCalibrationWeightCreatorModule.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
#pragma once
10
11
#include <framework/core/Module.h>
12
#include <analysis/dbobjects/PIDCalibrationWeight.h>
13
14
namespace
Belle2
{
23
class
PIDCalibrationWeightCreatorModule
:
public
Module
{
24
26
WeightMatrix
m_weightMatrix
;
27
28
std::string
m_matrixName
;
30
int
m_experimentLow
;
31
int
m_experimentHigh
;
32
int
m_runLow
;
33
int
m_runHigh
;
35
public
:
36
40
PIDCalibrationWeightCreatorModule
();
41
46
virtual
void
initialize
()
override
;
47
48
};
49
51
}
// Belle2 namespace
Belle2::Module
Base class for Modules.
Definition:
Module.h:72
Belle2::PIDCalibrationWeightCreatorModule
Module that creates WeightMatrix and uploads it to the DB.
Definition:
PIDCalibrationWeightCreatorModule.h:23
Belle2::PIDCalibrationWeightCreatorModule::initialize
virtual void initialize() override
Initialize the Module.
Definition:
PIDCalibrationWeightCreatorModule.cc:42
Belle2::PIDCalibrationWeightCreatorModule::PIDCalibrationWeightCreatorModule
PIDCalibrationWeightCreatorModule()
Constructor.
Definition:
PIDCalibrationWeightCreatorModule.cc:29
Belle2::PIDCalibrationWeightCreatorModule::m_runLow
int m_runLow
Lowest valid run #.
Definition:
PIDCalibrationWeightCreatorModule.h:32
Belle2::PIDCalibrationWeightCreatorModule::m_weightMatrix
WeightMatrix m_weightMatrix
6x6 weight matrix.
Definition:
PIDCalibrationWeightCreatorModule.h:26
Belle2::PIDCalibrationWeightCreatorModule::m_experimentLow
int m_experimentLow
Lowest valid experiment #.
Definition:
PIDCalibrationWeightCreatorModule.h:30
Belle2::PIDCalibrationWeightCreatorModule::m_experimentHigh
int m_experimentHigh
Highest valid experiment #.
Definition:
PIDCalibrationWeightCreatorModule.h:31
Belle2::PIDCalibrationWeightCreatorModule::m_runHigh
int m_runHigh
Highest valid run #.
Definition:
PIDCalibrationWeightCreatorModule.h:33
Belle2::PIDCalibrationWeightCreatorModule::m_matrixName
std::string m_matrixName
Name of the matrix
Definition:
PIDCalibrationWeightCreatorModule.h:28
Belle2::WeightMatrix
std::vector< std::vector< double > > WeightMatrix
PID calibration weight matrix, 6 (particle type) x 6 (detectors).
Definition:
PIDCalibrationWeight.h:30
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
analysis
modules
PIDCalibrationWeightCreator
include
PIDCalibrationWeightCreatorModule.h
Generated on Sat Apr 12 2025 02:35:22 for Belle II Software by
1.9.6