Gaudi Framework, version v23r4

Home   Generated: Mon Sep 17 2012
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;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Sep 17 2012 13:49:40 for Gaudi Framework, version v23r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004