00001 // $Id: StdRunInfoConvert.hh,v 1.1 2002/05/30 23:53:59 garren Exp $ 00002 // ---------------------------------------------------------------------- 00003 // 00004 // StdRunInfoConvert.hh 00005 // L. Garren 00006 // 00007 // defines various free functions: 00008 // build StdEvent from HEPEVT, and vice-versa 00009 // 00010 // ---------------------------------------------------------------------- 00011 #ifndef STDRUNINFOCONVERT_HH 00012 #define STDRUNINFOCONVERT_HH 00013 00014 #include "CLHEP/StdHep/StdRunInfo.hh" 00015 00016 namespace StdHep { 00017 00023 StdRunInfo * getRunInfoFromSTDCM( int i ); 00024 bool RunInfoToSTDCM( StdRunInfo * run ); 00025 00026 } // StdHep 00027 00028 #include "CLHEP/StdHep/StdRunInfoConvert.icc" 00029 00030 #endif // STDRUNINFOCONVERT_HH