The Gaudi Framework  v29r0 (ff2e7097)
IDataSelector.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IDATASELECTOR_H
2 #define GAUDIKERNEL_IDATASELECTOR_H
3 
4 // Include files
5 #include <vector>
6 
7 // Forward declarations
8 class DataObject;
9 
15 
16 #endif // KERNEL_IDATASELECTOR_H
A DataObject is the base class of any identifiable object on any data store.
Definition: DataObject.h:29
std::vector< DataObject * > IDataSelector
This is only a placeholder to allow me compiling until the responsible guy does his work! M...
Definition: IDataSelector.h:8