14 #ifndef GAUDI_NTUPLESVC_SELECTOR_H
15 #define GAUDI_NTUPLESVC_SELECTOR_H 1
18 #include "GaudiKernel/SelectStatement.h"
39 Selector(
IInterface* svc) : m_parent(svc), m_firstCall(true)
46 bool firstCall()
const {
54 virtual bool operator()(
void* nt);
61 #endif // GAUDI_NTUPLESVC_SELECTOR_H
This class is used for returning status codes from appropriate routines.
Definition of the basic interface.
Abstract base class which allows the user to interact with the actual N tuple implementation.
Class of a selection statement.