Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

MsgStreamDefsAtlf.h

Go to the documentation of this file.
00001 //===========================================================
00002 // Interface Base class needed for function objects
00003 //===========================================================
00004 
00005 #ifndef __Atlfast_msgstreamdefsatlf__
00006 #define __Atlfast_msgstreamdefsatlf__
00007 
00008 #include "GaudiKernel/MsgStream.h"
00009 #include "AtlfastCode/EventHeader.h"
00010 
00011 //Gobal functions
00012 namespace Atlfast{
00013   MsgStream& operator << ( MsgStream& s, const Atlfast::EventHeader& ) ;
00014   MsgStream& operator <<( MsgStream& stream, const SimpleTestStatistic& s) ;
00015   MsgStream& operator <<( MsgStream& stream, const SimpleTestStatistic* s) ;
00016   MsgStream& operator <<( MsgStream& stream, const SimpleTestStatistic** s) ;
00017 
00018 }
00019 #endif
00020 
00021 
00022 
00023 
00024 
00025 
00026 

Generated on Wed Jan 23 12:58:32 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001