Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

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 }


Generated at Wed Nov 11 16:25:18 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004