The Gaudi Framework  master (37c0b60a)
EventSelectorDataStream.h File Reference
#include <Gaudi/Property.h>
#include <GaudiKernel/IEvtSelector.h>
#include <iostream>
#include <vector>
Include dependency graph for EventSelectorDataStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EventSelectorDataStream
 Definition of class EventSelectorDataStream. More...
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

GAUDI_API 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]

GAUDI_API 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