ATLAS Offline Software
Loading...
Searching...
No Matches
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
20
22
24
26 : public AthAlgTool
27 , virtual public IegammaBaseTool
28{
29
30public:
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
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for the Reconstruction/egamma/egammaTools/egammaBaseTool.
egammaBaseTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
virtual StatusCode initialize() override
initialize method
virtual ~egammaBaseTool()=default
destructor
virtual StatusCode finalize() override
finalize method