// Main programm for compiling and running the programm without Geant // It's called if the fag WITHGEANT is not defined in the makefile // #include "hgeoinitialize.h" #include "hgeocreatesetup.h" int main () { hgeoinitialize(); hgeocreatesetup(); return EXIT_SUCCESS; }