ATLAS Offline Software
|
Based on SiGlobalChi2Algs.
AlgTool used to create a large matrix and vector for storing first- and second-derivative terms needed to solve for alignment parameters. Also provides for methods to add terms to existing matrix entries, and to solve for alignment parameters by inverting matrix and multiplying by vector.
More...
#include <MatrixTool.h>
Based on SiGlobalChi2Algs.
AlgTool used to create a large matrix and vector for storing first- and second-derivative terms needed to solve for alignment parameters. Also provides for methods to add terms to existing matrix entries, and to solve for alignment parameters by inverting matrix and multiplying by vector.
AlgTool used to create a large matrix and vector for storing first- and second-derivative terms needed to solve for alignment parameters.
Also provides for methods to add terms to existing matrix entries, and to solve for alignment parameters by inverting matrix and multiplying by vector.
Uses the double inheritance structure; concrete tools should inherit from this class and AlgTool with virtual public inheritance.
Definition at line 34 of file MatrixTool.h.