ATLAS Offline Software
Loading...
Searching...
No Matches
AthAlgTool.cxx
Go to the documentation of this file.
1
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// AthAlgTool.cxx
8// Implementation file for class AthAlgTool
9// Author: S.Binet<binet@cern.ch>
11
12
13// AthenaBaseComps includes
15
16AthAlgTool::AthAlgTool( const std::string& type,
17 const std::string& name,
18 const IInterface* parent ) :
19 AthCommonDataStore<AthCommonMsg<AlgTool>> ( type, name, parent )
20{
21}
22
26
27
28
AthAlgTool()
Default constructor:
virtual ~AthAlgTool()
Destructor:
AthCommonDataStore(const std::string &name, T... args)