GEMC  2.2
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 
23 extern char* GEMC_VERSION;
24 
26 {
27  string doc = "<html><body><center>";
28  doc.append("<br>");
29  doc.append(GEMC_VERSION);
30  doc.append("<br>");
31  doc.append("<br>");
32  doc.append("<h3> Author, Support: </h3>");
33  doc.append("Maurizio Ungaro ");
34  doc.append("<a target='_blank' href='mailto:ungaro@jlab.org'>ungaro@jlab.org</a>");
35  doc.append("<br><br><h3> Website: </h3>");
36  doc.append("<a target='_blank' href=\"http://gemc.jlab.org\">gemc.jlab.org</a><br>");
37  doc.append("</body></center></html>");
38 
39  return doc.c_str();
40 }
41 #endif
QString load_doc()
Definition: about.h:25
char * GEMC_VERSION
Definition: gemc.cc:40