ATLAS Offline Software
Loading...
Searching...
No Matches
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
22namespace DMTest {
23
24
25class ITestTool : virtual public IAlgTool
26{
27public:
29
30 virtual StatusCode doit (const EventContext& ctx) const = 0;
31};
32
33
34} // namespace DMTest
35
36
37#endif // not DATAMODELTESTDATACOMMON_ITESTTOOL_H
DeclareInterfaceID(ITestTool, 1, 0)
virtual StatusCode doit(const EventContext &ctx) const =0
Definition B.h:23