ATLAS Offline Software
Loading...
Searching...
No Matches
IHandleTestTool.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4 */
12
13
14#ifndef ATHEXSTOREGATEEXAMPLE_IHANDLETESTTOOL_H
15#define ATHEXSTOREGATEEXAMPLE_IHANDLETESTTOOL_H
16
17
18#include "GaudiKernel/IInterface.h"
19
20
21namespace AthEx {
22
23
25 : virtual public IAlgTool
26{
27public:
29};
30
31
32} // namespace AthEx
33
34#endif // not ATHEXSTOREGATEEXAMPLE_IHANDLETESTTOOL_H
DeclareInterfaceID(IHandleTestTool, 1, 0)
Definition Hist.h:25