12 #ifndef GAUDIKERNEL_EVENTSELECTORDATASTREAM_H    13 #define GAUDIKERNEL_EVENTSELECTORDATASTREAM_H 1    73   bool m_initialized = 
false;
   113 #endif // GAUDIKERNEL_EVENTSELECTORDATASTREAM_H bool isInitialized() const 
Check initialization status. 
 
Definition of the MsgStream class used to transmit messages. 
 
const std::string & name() const 
Retrieve stream name. 
 
Base class used to implement the interfaces. 
 
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
 
Implementation of property with value of concrete type. 
 
The Event Selector Interface. 
 
IEvtSelector * selector() const 
Retrieve event selector object. 
 
Gaudi::Details::PropertyBase * property(const std::string &name) const 
 
std::string m_criteria
Criteria. 
 
std::string m_selectorType
Event selector type. 
 
SmartIF< IEvtSelector > m_pSelector
Pointer to valid selector. 
 
TYPE * get() const 
Get interface pointer. 
 
ISvcLocator * m_pSvcLocator
Reference to service locator. 
 
std::vector< Gaudi::Property< std::string > > Properties
 
This class is used for returning status codes from appropriate routines. 
 
std::string m_definition
Definition string. 
 
const std::string & definition() const 
Retrieve definition string. 
 
Properties m_properties
Properties vector. 
 
Definition of class EventSelectorDataStream. 
 
const std::string & selectorType() const 
Retrieve event selector type. 
 
Properties m_properties
Collection of all declared properties. 
 
const Properties & properties()
Access properties. 
 
std::string m_dbName
String with name of the db as parsed. 
 
const std::string & criteria() const 
Retrieve stream criteria. 
 
GAUDI_API MsgStream & operator<<(MsgStream &s, const EventSelectorDataStream &obj)
Output friend for MsgStream. 
 
const std::string & dbName() const 
Retrieve stream dbName.