ATLAS Offline Software
Loading...
Searching...
No Matches
AthExUnittestTool.h
Go to the documentation of this file.
1// -*- mode: c++ -*-
2//
3// Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4//
5#ifndef ATHEXUNITTEST_ATHEXUNITTESTTOOL_H
6#define ATHEXUNITTEST_ATHEXUNITTESTTOOL_H 1
7
10
12 public virtual IAthExUnittestTool {
13public:
14
15 // Constructor
16 AthExUnittestTool( const std::string& type,
17 const std::string& name,
18 const IInterface* parent );
19
20 // Initialize is required by AsgTool base class
21 virtual StatusCode initialize() override;
22 virtual double useTheProperty() override;
23
24private:
25
27 unsigned int m_enumProperty;
28
29};
30
31#endif //> !ATHEXUNITTEST_ATHEXUNITTESTTOOL_H
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
virtual StatusCode initialize() override
unsigned int m_enumProperty
AthExUnittestTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual double useTheProperty() override