Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IMPRunStop.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHENAINTERPROCESS_IMPRUNSTOP_H
6 #define ATHENAINTERPROCESS_IMPRUNSTOP_H
7 #include <GaudiKernel/IInterface.h>
8 namespace AthenaInterprocess {
9  class IMPRunStop : virtual public IInterface
10  {
11  public:
14 
15  virtual bool stopScheduled() const = 0;
16  };
17 }
18 
19 #endif
AthenaInterprocess::IMPRunStop::DeclareInterfaceID
DeclareInterfaceID(IMPRunStop, 1, 0)
InterfaceID.
AthenaInterprocess
Definition: FdsRegistry.h:11
AthenaInterprocess::IMPRunStop::stopScheduled
virtual bool stopScheduled() const =0
AthenaInterprocess::IMPRunStop
Definition: IMPRunStop.h:10