Belle II Software
development
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 Fri Nov 8 2024 02:32:31 for Belle II Software by
1.9.6