The Gaudi Framework  master (37c0b60a)
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 24 of file EventSelectorDataStream.cpp.

Function Documentation

◆ operator<<() [1/2]

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

Output friend for MsgStream.

Definition at line 35 of file EventSelectorDataStream.cpp.

35  {
36  return s << "Stream:" << obj.name() << " Def:" << obj.definition();
37 }

◆ operator<<() [2/2]

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

Output friend for standard I/O.

Definition at line 40 of file EventSelectorDataStream.cpp.

40  {
41  return s << "Stream:" << obj.name() << " Def:" << obj.definition();
42 }
gaudirun.s
string s
Definition: gaudirun.py:346
EventSelectorDataStream::definition
const std::string & definition() const
Retrieve definition string.
Definition: EventSelectorDataStream.h:110
EventSelectorDataStream::name
const std::string & name() const
Retrieve stream name.
Definition: EventSelectorDataStream.h:102