// 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. // #ifndef HGEANTINIT_H #define HGEANTINIT_H #include "geantdef.h" #if defined (WITHFORTRAN) || defined (WITHGEANT) #include "cfortran.h" #endif #ifdef WITHGEANT #include "geant321.h" #endif void hgeantinit(char *, char *, char *); #endif /*! HGEANTINIT_H */