![]() |
ATLAS Offline Software
|
Based on SiGlobalChi2Algs. 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.
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.
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.