ATLAS Offline Software
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 
19 };
20 
21 #endif //G4ATLASTESTS_ISIMTESTTOOL_H
ISimTestTool
Interface for the simulation test tools.
Definition: ISimTestTool.h:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ISimTestTool::processEvent
virtual StatusCode processEvent()=0
ISimTestTool::DeclareInterfaceID
DeclareInterfaceID(ISimTestTool, 1, 0)
Creates the InterfaceID and interfaceID() method.