// Dummy file to help building the g4lab-config system. // Some Geant4 include : #include extern "C" { ////////////////////////////////////////////////////////////////////////////// void G4Lab_config_Geant4( ) ////////////////////////////////////////////////////////////////////////////// //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// { // Put some code in order to be sure to build correctly. G4RunManager::GetRunManager(); } }