Belle II Software  release-08-01-10
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 {
27 
30 
31  std::string m_matrixName;
35  int m_runLow;
36  int m_runHigh;
38  public:
39 
44 
49  virtual void initialize() override;
50 
51  };
52 
54 } // Belle2 namespace
Base class for Modules.
Definition: Module.h:72
Module that creates WeightMatrix and uploads it to the DB.
virtual void initialize() override
Initialize the Module.
std::vector< std::vector< double > > WeightMatrix
PID calibration weight matrix, 6 (particle type) x 6 (detectors).
Abstract base class for different kinds of events.