-
- //Calibration histograms
- Int_t fNHistogramBins; //how many bins in control histograms
- TH1D* fPMes0Hist; //histo of x measurement
- TH1D* fPMes1Hist; //histo of y measurement
- TH1D* fPMes2Hist; //histo of phi measurement
- TH1D* fPMes3Hist; //histo of theta measurement
- TH1D* fPMesErr0Hist; //histogram of the covariance of a fit parameter, used in calibration
- TH1D* fPMesErr1Hist; //histogram of the covariance of a fit parameter, used in calibration
- TH1D* fPMesErr2Hist; //histogram of the covariance of a fit parameter, used in calibration
- TH1D* fPMesErr3Hist; //histogram of the covariance of a fit parameter, used in calibration
- TMatrixDSym* fPMeasurementCovCorr; //correction to be added to the measurement covariance