// This code implementation is the intellectual property of // the GEANT4 collaboration. // // By copying, distributing or modifying the Program (or any work // based on the Program) you indicate your acceptance of this statement, // and all its terms. // // $Id: G4oCommon.hh,v 1.3 1999/12/15 14:50:44 gunter Exp $ // GEANT4 tag $Name: geant4-03-00 $ // /* Included by G4o.h. */ #include #include #include /*G4*/ #include /*Co*/ #include #include #include #include #include #include #include static void SetTypes (); static void ExecuteScript (char*); static int Execute_G4 (int,char**,OProcess); static int DoMethod (OIdentifier,char*,void*,int,char**,void*,int*); static G4UIcommand* GetCommandIdentifier (char*); static void GetCommands (G4UIcommandTree*,int*,char***); static int ProduceODB (G4UIcommand*,char*);