Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:01:15

0001 // ----------------------------------------------------------------------
0002 //
0003 // Version.hh
0004 // Author:  Lynn Garren
0005 //
0006 //  for now, this is a free function
0007 //
0008 // ----------------------------------------------------------------------
0009 #ifndef HepPIDVERSION_HH
0010 #define HepPIDVERSION_HH
0011 
0012 #include <string>
0013 #include <iostream>
0014 
0015 namespace HepPID {
0016 
0017 void version( );            //!< print HepPID version
0018 void writeVersion( std::ostream & os ); //!< write HepPID version to os
0019 std::string versionName( ); //!< return HepPID version
0020 
0021 }   // HepPID
0022 
0023 #endif // HepPIDVERSION_HH