Belle II Software
release-08-01-10
|
Class to call calibration weight matrix. More...
#include <PIDCalibrationWeightUtil.h>
Public Member Functions | |
PIDCalibrationWeightUtil () | |
Constructor. | |
PIDCalibrationWeightUtil (std::string matrixName) | |
Constructor with the name of the calibration weight matrix. | |
double | getWeight (int pdg, Const::EDetector det, double p, double theta) const |
Get the weight for the given combination of the PDG code and the detector in Const::EDetector. | |
Private Attributes | |
std::string | m_matrixName = "PIDCalibrationWeight" |
name of the matrix. | |
std::unique_ptr< DBObjPtr< PIDCalibrationWeight > > | m_pidCalibWeightDB |
db object for the calibration weight matrix. | |
std::unique_ptr< DBObjPtr< PIDDetectorWeights > > | m_pidDetWeightDB |
db object for the detector weight matrix for momentum and theta dependent matrix. | |
Class to call calibration weight matrix.
Definition at line 27 of file PIDCalibrationWeightUtil.h.