ATLAS Offline Software
egammaBaseTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EGAMMATOOLS_EGAMMABASETOOL_H
6 #define EGAMMATOOLS_EGAMMABASETOOL_H
7 
22 
24 
26  : public AthAlgTool
27  , virtual public IegammaBaseTool
28 {
29 
30 public:
32  egammaBaseTool(const std::string& type,
33  const std::string& name,
34  const IInterface* parent);
36  virtual ~egammaBaseTool() = default;
37 
39  virtual StatusCode initialize() override;
41  virtual StatusCode finalize() override;
42 };
43 
44 #endif // EGAMMATOOLS_EGAMMABASETOOL_H
egammaBaseTool::initialize
virtual StatusCode initialize() override
initialize method
Definition: egammaBaseTool.cxx:16
egammaBaseTool::egammaBaseTool
egammaBaseTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition: egammaBaseTool.cxx:7
egammaBaseTool
Definition: egammaBaseTool.h:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
egammaBaseTool::~egammaBaseTool
virtual ~egammaBaseTool()=default
destructor
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
IegammaBaseTool.h
IegammaBaseTool
Definition: IegammaBaseTool.h:30
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