ATLAS Offline Software
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$
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::doit
virtual StatusCode doit(const EventContext &ctx) const =0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DMTest::ITestTool::DeclareInterfaceID
DeclareInterfaceID(ITestTool, 1, 0)
DMTest::ITestTool
Definition:
ITestTool.h:26
DMTest
Definition:
B.h:23
Generated on Thu Nov 7 2024 21:17:35 for ATLAS Offline Software by
1.8.18