The Gaudi Framework  v32r2 (46d42edc)
EventSelectorDataStream.cpp File Reference
Include dependency graph for EventSelectorDataStream.cpp:

Go to the source code of this file.

Macros

#define GAUDISVC_EVENTSELECTOR_EVENTSELECTORDATASTREAM_CPP   1
 

Functions

MsgStreamoperator<< (MsgStream &s, const EventSelectorDataStream &obj)
 Output friend for MsgStream. More...
 
std::ostreamoperator<< (std::ostream &s, const EventSelectorDataStream &obj)
 Output friend for standard I/O. More...
 

Macro Definition Documentation

◆ GAUDISVC_EVENTSELECTOR_EVENTSELECTORDATASTREAM_CPP

#define GAUDISVC_EVENTSELECTOR_EVENTSELECTORDATASTREAM_CPP   1

Definition at line 13 of file EventSelectorDataStream.cpp.

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream s,
const EventSelectorDataStream obj 
)

Output friend for MsgStream.

Definition at line 25 of file EventSelectorDataStream.cpp.

25  {
26  return s << "Stream:" << obj.name() << " Def:" << obj.definition();
27 }
const std::string & name() const
Retrieve stream name.
const std::string & definition() const
Retrieve definition string.
string s
Definition: gaudirun.py:318

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream s,
const EventSelectorDataStream obj 
)

Output friend for standard I/O.

Definition at line 30 of file EventSelectorDataStream.cpp.

30  {
31  return s << "Stream:" << obj.name() << " Def:" << obj.definition();
32 }
const std::string & name() const
Retrieve stream name.
const std::string & definition() const
Retrieve definition string.
string s
Definition: gaudirun.py:318