Belle II Software light-2505-deimos
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 {
19
27
30
31 std::string m_matrixName;
32
37
38 public:
39
44
49 virtual void initialize() override;
50
51 };
52
54} // Belle2 namespace
Module()
Constructor.
Definition Module.cc:30
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.