HepPDT Reference Documentation

HepPDT

HepPDT/Version.cc

Go to the documentation of this file.
00001 // ----------------------------------------------------------------------
00002 //
00003 // version.cc
00004 // Author: Lynn Garren
00005 //
00006 //  for now, this is a free function
00007 //
00008 // ----------------------------------------------------------------------
00009 
00010 #include "HepPDT/defs.h"
00011 #include "HepPDT/Version.hh"
00012 
00013 namespace HepPDT {
00014 
00015 std::string versionName( )
00016 {
00017     return "3.04.01";
00018 }
00019 
00020 void version( )
00021 {
00022     std::cout << " --------------- HepPDT Version " << versionName()
00023               << " --------------- " << std::endl;
00024 }
00025 
00026 void writeVersion( std::ostream & os )
00027 {
00028     os << "             HepPDT Version: " << versionName() << std::endl;
00029 }
00030 
00031 }       // HepPDT

Generated on Fri Dec 4 14:05:24 2009 for HepPDT by  doxygen 1.4.7