5#ifndef TRKGLOBALCHI2ALIGNTOOLS_GLOBALCHI2ALIGNTOOL_H
6#define TRKGLOBALCHI2ALIGNTOOLS_GLOBALCHI2ALIGNTOOL_H
8#include "GaudiKernel/ToolHandle.h"
43 const IInterface* parent);
58 virtual StatusCode
solve();
83 ToolHandle<Trk::IMatrixTool>
m_matrixTool{
this,
"MatrixTool",
"Trk::MatrixTool",
84 "tool for storing and inverting matrix"};
88 "AlignModuleTool",
"Trk::AlignModuleTool/AlignModuleTool"};
101 Gaudi::Property<bool>
m_doTree{
this,
"DoTree",
false};
Ensure that the ATLAS eigen extensions are properly loaded.