ATLAS Offline Software
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
egammaBaseTool::initialize
virtual StatusCode initialize() override
initialize method
Definition:
egammaBaseTool.cxx:16
egammaBaseTool.h
egammaBaseTool::egammaBaseTool
egammaBaseTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition:
egammaBaseTool.cxx:7
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
egammaBaseTool::finalize
virtual StatusCode finalize() override
finalize method
Definition:
egammaBaseTool.cxx:22
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Thu Nov 7 2024 21:14:12 for ATLAS Offline Software by
1.8.18