GEMC  1.8
Geant4 Monte-Carlo Framework
about.h
Go to the documentation of this file.
1 #ifndef about_H
2 #define about_H 1
3 
9 
10 // Notice:
11 // For images, use png format.
12 
22 
24 {
25  return
26  "<html><body><center>"
27  "<a target='_blank' href=\"https://gemc.jlab.org\"><img width='200px' src='http://www.jlab.org/12gev_phys/packages/sources/gemc_logo.png' /></a><br>"
28  "<h3> GEMC version: 1.7 - repository Revision: 8778 </h3><br></center>"
29  "<h3> Libraries Version:</h3>"
30  "<li> CLHEP: 2.1.2.0<br>"
31  "<li> Qt4</a>: 4.8.1<br>"
32  "<li> XERCESC</a>: 3.1.1<br>"
33  "<li> GEANT4: 4.9.5.p01<br>"
34  "<li> EVIO: V4 <br>"
35  "<br>"
36  "<h3> Support: </h3>"
37  "Maurizio Ungaro "
38  "<a target='_blank' href='mailto:ungaro@jlab.org'>ungaro@jlab.org</a>"
39  "<br><br><h3> Website: </h3>"
40  "<a target='_blank' href=\"http://gemc.jlab.org\">gemc.jlab.org</a><br>"
41  "</body></center></html>";
42 }
43 
44 #endif
QString load_doc()
Definition: about.h:23