GENFIT
Rev:NoNumberAvailable
|
Go to the documentation of this file.
23 #ifndef genfit_ICalibrationParametersDerivatives_h
24 #define genfit_ICalibrationParametersDerivatives_h
57 virtual std::vector<int>
labels() = 0;
118 virtual std::vector<int>
localLabels() {
return std::vector<int>();}
125 #endif // genfit_ICalibrationParametersDerivatives_h
Defines for I/O streams used for error and debug printing.
virtual TMatrixD derivatives(const genfit::StateOnPlane *sop)=0
Derivatives of residuals (local measurement coordinates) w.r.t. alignment/calibration parameters Matr...
virtual TMatrixD localDerivatives(const genfit::StateOnPlane *)
Derivatives for additional local parameters to be fitted in global calibration algorithms together wi...
A state with arbitrary dimension defined in a DetPlane.
virtual ~ICalibrationParametersDerivatives()
virtual std::vector< int > labels()=0
Vector of integer labels for calibration/alignment parameters available (must match #columns of deriv...
Abstract base class to establish an interface between physical representation of the detector for ali...
virtual std::vector< int > localLabels()
Vector of integer labels for local calibration parameters available (must match #columns of localDeri...