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

MsgStreamDefs.h

Go to the documentation of this file.
00001 //===========================================================
00002 // Output operators  for classes not belonging to Atlfast
00003 // These operators are declared and defined in the corresponding
00004 // .h and .cxx files for  Atlfast classes 
00005 //===========================================================
00006 
00007 #ifndef ATLFAST_MSGSTREAMDEFS_H
00008 #define ATLFAST_MSGSTREAMDEFS_H
00009 #include "HepMC/GenParticle.h"
00010 class MsgStream;
00011 class ThreeVector;
00012 class LorentzVector;
00013 
00014 //Gobal functions
00015 MsgStream& operator << ( MsgStream&, const Hep3Vector& ) ;
00016 MsgStream& operator << ( MsgStream&, const HepLorentzVector& ) ;
00017 MsgStream& operator << ( MsgStream&, const HepMC::GenParticle& p ) ;
00018 MsgStream& operator << ( MsgStream&, const HepMC::GenParticle* p ) ;
00019 #endif
00020 
00021 
00022 
00023 
00024 
00025 
00026 

Generated on Thu Feb 21 14:30:46 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001