ATLAS Offline Software
Loading...
Searching...
No Matches
TrkAlignDBTool.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5// TrkAlignDBTool.cxx
6
7#include "GaudiKernel/StatusCode.h"
8#include "GaudiKernel/MsgStream.h"
9#include "GaudiKernel/AlgTool.h"
10
12
13namespace Trk {
14
15 //_______________________________________________________________________
16 TrkAlignDBTool::TrkAlignDBTool(const std::string& type, const std::string& name,
17 const IInterface* parent)
18 : AthAlgTool(type,name,parent)
19 {
20 declareInterface<ITrkAlignDBTool>(this);
21
22 m_logStream = nullptr;
23 }
24
25 //_______________________________________________________________________
27 = default;
28 //_______________________________________________________________________
30 {
31 msg(MSG::DEBUG) << "initialize() of TrkAlignDBTool" << endmsg;
32
33 return StatusCode::SUCCESS;
34 }
35
36 //_______________________________________________________________________
38 {
39 msg(MSG::DEBUG) << "finalize() of TrkAlignDBTool" << endmsg;
40
41 return StatusCode::SUCCESS;
42 }
43
44
45}
#define endmsg
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
MsgStream & msg() const
std::ostream * m_logStream
logfile output stream
StatusCode initialize()
initialize
StatusCode finalize()
initialize
TrkAlignDBTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
virtual ~TrkAlignDBTool()
Virtual destructor.
Ensure that the ATLAS eigen extensions are properly loaded.