ATLAS Offline Software
Loading...
Searching...
No Matches
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
12class ISimTestTool : virtual public IAlgTool
13{
14public:
15 virtual StatusCode processEvent() = 0;
16
19};
20
21#endif //G4ATLASTESTS_ISIMTESTTOOL_H
Interface for the simulation test tools.
DeclareInterfaceID(ISimTestTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
virtual StatusCode processEvent()=0