12 #ifndef GAUDIKERNEL_EVENTSELECTORDATASTREAM_H 13 #define GAUDIKERNEL_EVENTSELECTORDATASTREAM_H 1 72 bool m_initialized =
false;
112 #endif // GAUDIKERNEL_EVENTSELECTORDATASTREAM_H Definition of the MsgStream class used to transmit messages.
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.
const std::string & dbName() const
Retrieve stream dbName.
const std::string & name() const
Retrieve stream name.
const std::string & criteria() const
Retrieve stream criteria.
std::string m_criteria
Criteria.
TYPE * get() const
Get interface pointer.
std::string m_selectorType
Event selector type.
SmartIF< IEvtSelector > m_pSelector
Pointer to valid selector.
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.
IEvtSelector * selector() const
Retrieve event selector object.
bool isInitialized() const
Check initialization status.
std::string m_definition
Definition string.
const std::string & selectorType() const
Retrieve event selector type.
Properties m_properties
Properties vector.
const std::string & definition() const
Retrieve definition string.
Definition of class EventSelectorDataStream.
const Properties & properties()
Access properties.
std::string m_dbName
String with name of the db as parsed.
GAUDI_API MsgStream & operator<<(MsgStream &s, const EventSelectorDataStream &obj)
Output friend for MsgStream.