ATLAS Offline Software
Loading...
Searching...
No Matches
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)
10 : AthAlgTool(type, name, parent)
11{
12 declareInterface<IegammaBaseTool>(this);
13}
14
15StatusCode
17{
18 return StatusCode::SUCCESS;
19}
20
21StatusCode
23{
24 return StatusCode::SUCCESS;
25}
26
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
egammaBaseTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
virtual StatusCode initialize() override
initialize method
virtual StatusCode finalize() override
finalize method