00001
00002
00003
00004
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
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