ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaTools
src
egammaBaseTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
egammaBaseTool.h
"
6
7
egammaBaseTool::egammaBaseTool
(
const
std::string&
type
,
8
const
std::string& name,
9
const
IInterface* parent)
10
:
AthAlgTool
(
type
, name, parent)
11
{
12
declareInterface<IegammaBaseTool>(
this
);
13
}
14
15
StatusCode
16
egammaBaseTool::initialize
()
17
{
18
return
StatusCode::SUCCESS;
19
}
20
21
StatusCode
22
egammaBaseTool::finalize
()
23
{
24
return
StatusCode::SUCCESS;
25
}
26
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
egammaBaseTool::egammaBaseTool
egammaBaseTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition
egammaBaseTool.cxx:7
egammaBaseTool::initialize
virtual StatusCode initialize() override
initialize method
Definition
egammaBaseTool.cxx:16
egammaBaseTool::finalize
virtual StatusCode finalize() override
finalize method
Definition
egammaBaseTool.cxx:22
egammaBaseTool.h
type
Generated on
for ATLAS Offline Software by
1.14.0