// Declaration of a function called by the Geant-Fortranroutine UGEOM // using cfortran.h of Cern-library. // In the function hgeantinit(inifile) the global class HGeantInput is // instantiated as Input to store the input read from the // initialization-file defined by the user. // #ifndef HGEAHROPEN_H #define HGEAHROPEN_H #include "TString.h" int gRootFileNumber; TString gRootFileName; //void hgeahropen(* int, int*, int*); #endif /*! HGEAHROPEN_H */