Belle II Software  release-08-01-10
PIDCalibrationWeightUtil Class Reference

Class to call calibration weight matrix. More...

#include <PIDCalibrationWeightUtil.h>

Collaboration diagram for PIDCalibrationWeightUtil:

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.
 

Detailed Description

Class to call calibration weight matrix.

Definition at line 27 of file PIDCalibrationWeightUtil.h.


The documentation for this class was generated from the following file: