00001 // $Id: StdHep.hh,v 1.1 2002/05/30 23:53:52 garren Exp $ 00002 // ---------------------------------------------------------------------- 00003 // 00004 // StdHep.hh 00005 // L. Garren 00006 // 00007 // defines various free functions: 00008 // e.g., combine two events 00009 // printVersion defined here 00010 // 00011 // ---------------------------------------------------------------------- 00012 #ifndef STDHEP_HH 00013 #define STDHEP_HH 00014 00015 #include "CLHEP/config/CLHEP.h" 00016 #include "CLHEP/config/iostream.h" 00017 00018 #include "CLHEP/StdHep/StdEvent.hh" 00019 00020 namespace StdHep { 00021 00027 void printVersion( std::ostream & os = std::cout ); 00028 00029 StdEvent * combineEvents( StdEvent * evt1, StdEvent * evt2, int evnum = 0 ); 00030 00031 } // StdHep 00032 00033 #endif // STDHEP_HH