Gaudi Framework, version v23r7

Home   Generated: Wed Mar 20 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
EventSelectorDataStream.h File Reference
#include "GaudiKernel/IEvtSelector.h"
#include "GaudiKernel/Property.h"
#include <vector>
#include <iostream>
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.
 
GAUDI_API std::ostreamoperator<< (std::ostream &s, const EventSelectorDataStream &obj)
 Output friend for standard I/O.
 

Function Documentation

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

Output friend for MsgStream.

Definition at line 27 of file EventSelectorDataStream.cpp.

{
s << "Stream:" << obj.name() << " Def:" << obj.definition();
return s;
}
GAUDI_API std::ostream& operator<< ( std::ostream s,
const EventSelectorDataStream obj 
)

Output friend for standard I/O.

Definition at line 33 of file EventSelectorDataStream.cpp.

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

Generated at Wed Mar 20 2013 17:59:42 for Gaudi Framework, version v23r7 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004