ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkAlignment
TrkAlignGenTools
src
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
11
#include "
TrkAlignGenTools/TrkAlignDBTool.h
"
12
13
namespace
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
//_______________________________________________________________________
26
TrkAlignDBTool::~TrkAlignDBTool
()
27
=
default
;
28
//_______________________________________________________________________
29
StatusCode
TrkAlignDBTool::initialize
()
30
{
31
msg
(MSG::DEBUG) <<
"initialize() of TrkAlignDBTool"
<<
endmsg
;
32
33
return
StatusCode::SUCCESS;
34
}
35
36
//_______________________________________________________________________
37
StatusCode
TrkAlignDBTool::finalize
()
38
{
39
msg
(MSG::DEBUG) <<
"finalize() of TrkAlignDBTool"
<<
endmsg
;
40
41
return
StatusCode::SUCCESS;
42
}
43
44
45
}
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:61
TrkAlignDBTool.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
AthCommonMsg< AlgTool >::msg
MsgStream & msg() const
Definition
AthCommonMsg.h:24
Trk::ITrkAlignDBTool::m_logStream
std::ostream * m_logStream
logfile output stream
Definition
ITrkAlignDBTool.h:55
Trk::TrkAlignDBTool::initialize
StatusCode initialize()
initialize
Definition
TrkAlignDBTool.cxx:29
Trk::TrkAlignDBTool::finalize
StatusCode finalize()
initialize
Definition
TrkAlignDBTool.cxx:37
Trk::TrkAlignDBTool::TrkAlignDBTool
TrkAlignDBTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
Definition
TrkAlignDBTool.cxx:16
Trk::TrkAlignDBTool::~TrkAlignDBTool
virtual ~TrkAlignDBTool()
Virtual destructor.
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
type
Generated on
for ATLAS Offline Software by
1.17.0