ATLAS Offline Software
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
DataModelTestDataCommon
ITestTool.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-2017 CERN for the benefit of the ATLAS collaboration.
4
*/
5
// $Id$
12
13
14
#ifndef DATAMODELTESTDATACOMMON_ITESTTOOL_H
15
#define DATAMODELTESTDATACOMMON_ITESTTOOL_H
16
17
18
#include "GaudiKernel/IAlgTool.h"
19
#include "GaudiKernel/EventContext.h"
20
21
22
namespace
DMTest
{
23
24
25
class
ITestTool
:
virtual
public
IAlgTool
26
{
27
public
:
28
DeclareInterfaceID
(
ITestTool
, 1, 0);
29
30
virtual
StatusCode
doit
(
const
EventContext& ctx)
const
= 0;
31
};
32
33
34
}
// namespace DMTest
35
36
37
#endif
// not DATAMODELTESTDATACOMMON_ITESTTOOL_H
DMTest::ITestTool
Definition
ITestTool.h:26
DMTest::ITestTool::DeclareInterfaceID
DeclareInterfaceID(ITestTool, 1, 0)
DMTest::ITestTool::doit
virtual StatusCode doit(const EventContext &ctx) const =0
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.14.0