The Gaudi Framework
v27r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IHiveWhiteBoard.h
Go to the documentation of this file.
1
// $Id: IHiveWhiteBoard.h,v 1.1 2004/07/06 10:17:40 mato Exp $
2
#ifndef GAUDIKERNEL_IHIVEWHITEBOARD_H
3
#define GAUDIKERNEL_IHIVEWHITEBOARD_H
4
5
// Framework include files
6
#include "
GaudiKernel/IInterface.h
"
7
#include "
GaudiKernel/DataObjID.h
"
8
9
// C++ include files
10
#include <string>
11
18
class
GAUDI_API
IHiveWhiteBoard
:
virtual
public
IInterface
{
19
public
:
21
DeclareInterfaceID
(
IHiveWhiteBoard
,1,0);
22
29
virtual
StatusCode
selectStore(
size_t
partitionIndex) = 0;
30
36
virtual
StatusCode
clearStore(
size_t
partitionIndex) = 0;
37
43
virtual
StatusCode
setNumberOfStores(
size_t
slots) = 0;
44
49
virtual
size_t
getNumberOfStores() = 0;
50
56
virtual
StatusCode
getNewDataObjects(
DataObjIDColl
& products) = 0;
57
63
virtual
bool
newDataObjectsPresent() = 0;
64
71
virtual
size_t
allocateStore(
int
evtnumber ) = 0;
72
78
virtual
StatusCode
freeStore(
size_t
partitionIndex ) = 0;
79
80
86
virtual
size_t
getPartitionNumber(
int
eventnumber)
const
= 0;
87
88
};
89
#endif // GAUDIKERNEL_IHIVEWHITEBOARD_H
StatusCode
This class is used for returning status codes from appropriate routines.
Definition:
StatusCode.h:26
IInterface
Definition of the basic interface.
Definition:
IInterface.h:234
std::unordered_set< DataObjID, DataObjID_Hasher >
IHiveWhiteBoard
Definition:
IHiveWhiteBoard.h:18
DataObjID.h
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:14
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
IInterface.h
GaudiKernel
GaudiKernel
IHiveWhiteBoard.h
Generated on Tue Mar 15 2016 17:04:17 for The Gaudi Framework by
1.8.9.1