//Revision // Feb/16/2001 Sangsu Ryu // Commented out #include MvdDatabase.hh // and disabled functions, Load and Save #include "MvdParameter.hh" #include "MvdGeoParameter.hh" //#include "MvdDatabase.hh" #include #ifndef MVDGEORD #define MVDGEORD ///////////////////////////////////////////////////// // Author : Hubert van Hecke ///////////////////////////////////////////////////// // This function reads mvd geometry from a file and // loads it into a structure // Input : // Ouput : int mvdread(int); void squeeze(char*); // remove blanks and other characters int is_comment(char*); int index(char*,char*); // same as fortran index(a,b) int parseline(char*, int, int& ); // return 1st arg, the date int parseline(char*, int, char*, char*, int&, int&); // name, shape, nmed, icopy int parseline(char*, int, char*, float&, float&, float&, int&, char*, int&, int&, char*); int parseline(char*, int, float&, float&, float&); #endif