13#include <analysis/VertexFitting/TreeFitter/FitParams.h>
14#include <analysis/VertexFitting/TreeFitter/MergedConstraint.h>
15#include <analysis/VertexFitting/TreeFitter/Projection.h>
22 for (
auto element :
m_list) {
23 status |= element->project(fitpar, p) ;
24 p.incrementOffset(element->dim()) ;
abstract errorocode be aware that the default is success
Class to store and manage fitparams (statevector)
constraintlist m_list
list of the constraints to merge
virtual ErrCode project(const FitParams &fitpar, Projection &p) const override
project the constraints
class to store the projected residuals and the corresponding jacobian as well as the covariance matri...