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
14namespace Belle2 {
24
27
28 std::string m_matrixName;
35 public:
36
41
46 virtual void initialize() override;
47
48 };
49
51} // 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.