ATLAS Offline Software
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 
8  const std::string& name,
9  const IInterface* parent)
11 {
12  declareInterface<IegammaBaseTool>(this);
13 }
14 
17 {
18  return StatusCode::SUCCESS;
19 }
20 
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:192
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