// Declaration of a function called by the Geant-Fortranroutine UGEOM // using cfortran.h of Cern-library. // In the function hgeoinitialize() the global class HGeoInput is // instantiated as geoInput to store the input read from the // initialization-file "geoinifile.cmd". // #ifndef HGEOINITIALIZE_H #define HGEOINITIALIZE_H #if defined (WITHFORTRAN) || defined (WITHGEANT) #include "cfortran.h" #endif #ifdef WITHGEANT #include "geant321.h" #endif #include "hades.h" #include "hadexitcodes.h" #include "hgeoinput.h" void hgeoinitialize(); #endif