Belle II Software development
CalibrationData Struct Reference

Parameters and data relevant for single calibration interval. More...

#include <calibTools.h>

Public Attributes

std::vector< std::map< ExpRun, std::pair< double, double > > > subIntervals
 vector of the start and end times of the calibration subintervals
 
std::vector< ExpRunEvtbreakPoints
 vector with break points positions
 
CalibPars pars
 The parameters of the calibration itself.
 
bool isCalibrated = false
 true if calibration run was successful
 

Detailed Description

Parameters and data relevant for single calibration interval.

Definition at line 87 of file calibTools.h.

Member Data Documentation

◆ breakPoints

std::vector<ExpRunEvt> breakPoints

vector with break points positions

Definition at line 91 of file calibTools.h.

◆ isCalibrated

bool isCalibrated = false

true if calibration run was successful

Definition at line 95 of file calibTools.h.

◆ pars

CalibPars pars

The parameters of the calibration itself.

Definition at line 93 of file calibTools.h.

◆ subIntervals

std::vector<std::map<ExpRun, std::pair<double, double> > > subIntervals

vector of the start and end times of the calibration subintervals

Definition at line 89 of file calibTools.h.


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