Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:29

0001 // name=U4VersionTest ; g4- ; gcc $name.cc -std=c++11 -I.. -I$(g4-prefix)/include/Geant4 -lstdc++ -o /tmp/$name && /tmp/$name
0002 #include "U4Version.h"
0003 #include <iostream>
0004 
0005 int main()
0006 {
0007     std::cout << U4Version::Desc() << std::endl ; 
0008     return 0 ; 
0009 }