Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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...

Defines

#define GAUDIKERNEL_EVENTSELECTORDATASTREAM_H   1

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.

Define Documentation

#define GAUDIKERNEL_EVENTSELECTORDATASTREAM_H   1

Definition at line 13 of file EventSelectorDataStream.h.


Function Documentation

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.

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

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

Output friend for MsgStream.

Definition at line 27 of file EventSelectorDataStream.cpp.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:26:17 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004