The Gaudi Framework  v36r6 (b1ee9983)
ITestTool.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDITESTING_ITESTTOOL
12 #define GAUDITESTING_ITESTTOOL 1
13 #include "GaudiKernel/IAlgTool.h"
14 
15 namespace GaudiTesting {
16  class ITestTool : virtual public IAlgTool {
17  public:
20 
21  virtual void process() const = 0;
22  };
23 } // namespace GaudiTesting
24 #endif
GaudiTesting::ITestTool::DeclareInterfaceID
DeclareInterfaceID(ITestTool, 1, 0)
InterfaceID.
IAlgTool
Definition: IAlgTool.h:33
GaudiTesting
Definition: MyServiceWithTool.cpp:15
IAlgTool.h
GaudiTesting::ITestTool
Definition: ITestTool.h:16
GaudiTesting::ITestTool::process
virtual void process() const =0