![]() |
HepPDT Reference DocumentationHepPDT |
00001 // ---------------------------------------------------------------------- 00002 // 00003 // Version.hh 00004 // Author: Lynn Garren 00005 // 00006 // for now, this is a free function 00007 // 00008 // ---------------------------------------------------------------------- 00009 #ifndef HepPIDVERSION_HH 00010 #define HepPIDVERSION_HH 00011 00012 #include <string> 00013 #include <iostream> 00014 00015 namespace HepPID { 00016 00017 void version( ); 00018 void writeVersion( std::ostream & os ); 00019 std::string versionName( ); 00020 00021 } // HepPID 00022 00023 #endif // HepPIDVERSION_HH