Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4ggclos.cc File Reference
#include "G3toG4.hh"
#include "G3VolTable.hh"

Go to the source code of this file.

Functions

void PG4ggclos ()
 
void G4ggclos ()
 

Function Documentation

void G4ggclos ( )

Definition at line 36 of file G4ggclos.cc.

References G3Vol, G4cout, G4endl, and G3VolTable::SetFirstVTE().

Referenced by PG4ggclos().

36  {
37  G4cout << "G4ggclos: setting top-level VolTableEntry" << G4endl;
39 }
G4GLOB_DLL std::ostream G4cout
void SetFirstVTE()
Definition: G3VolTable.cc:97
#define G4endl
Definition: G4ios.hh:61
G3G4DLL_API G3VolTable G3Vol
Definition: clparse.cc:54
void PG4ggclos ( )

Definition at line 32 of file G4ggclos.cc.

References G4ggclos().

Referenced by G3CLEval().

32  {
33  G4ggclos();
34 }
void G4ggclos()
Definition: G4ggclos.cc:36