7#include "GaudiKernel/StatusCode.h"
8#include "GaudiKernel/MsgStream.h"
9#include "GaudiKernel/AlgTool.h"
17 const IInterface* parent)
20 declareInterface<ITrkAlignDBTool>(
this);
31 msg(MSG::DEBUG) <<
"initialize() of TrkAlignDBTool" <<
endmsg;
33 return StatusCode::SUCCESS;
39 msg(MSG::DEBUG) <<
"finalize() of TrkAlignDBTool" <<
endmsg;
41 return StatusCode::SUCCESS;
Ensure that the ATLAS eigen extensions are properly loaded.