The Gaudi Framework  master (37c0b60a)
IIncidentAsyncTestSvc.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIEXAMPLES_IINCIDENTASYNCTESTSVC_H_
12 #define GAUDIEXAMPLES_IINCIDENTASYNCTESTSVC_H_
13 
14 #include <GaudiKernel/IInterface.h>
15 #include <mutex>
16 
17 class EventContext;
21 class GAUDI_API IIncidentAsyncTestSvc : virtual public IInterface {
22 
23 public:
25  virtual void getData( uint64_t* data, EventContext* ctx = 0 ) const = 0;
26 };
27 
28 #endif /*GAUDIEXAMPLES_IINCIDENTASYNCTESTSVC_H_*/
IIncidentAsyncTestSvc::getData
virtual void getData(uint64_t *data, EventContext *ctx=0) const =0
IIncidentAsyncTestSvc::DeclareInterfaceID
DeclareInterfaceID(IIncidentAsyncTestSvc, 1, 0)
GaudiPython.Pythonizations.ctx
ctx
Definition: Pythonizations.py:578
IInterface.h
IInterface
Definition: IInterface.h:239
EventContext
Definition: EventContext.h:34
IIncidentAsyncTestSvc
Definition: IIncidentAsyncTestSvc.h:21
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81