ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
G4Atlas
G4AtlasTests
G4AtlasTests
ISimTestTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4ATLASTESTS_ISIMTESTTOOL_H
6
#define G4ATLASTESTS_ISIMTESTTOOL_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
12
class
ISimTestTool
:
virtual
public
IAlgTool
13
{
14
public
:
15
virtual
StatusCode
processEvent
() = 0;
16
18
DeclareInterfaceID
(
ISimTestTool
, 1, 0);
19
};
20
21
#endif
//G4ATLASTESTS_ISIMTESTTOOL_H
ISimTestTool
Interface for the simulation test tools.
Definition
ISimTestTool.h:13
ISimTestTool::DeclareInterfaceID
DeclareInterfaceID(ISimTestTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
ISimTestTool::processEvent
virtual StatusCode processEvent()=0
Generated on
for ATLAS Offline Software by
1.14.0