#include "G3toG4.hh"#include "G3VolTable.hh"Go to the source code of this file.
Functions | |
| void | PG4ggclos () |
| void | G4ggclos () |
| void G4ggclos | ( | ) |
Definition at line 36 of file G4ggclos.cc.
References G3Vol, G4cout, G4endl, and G3VolTable::SetFirstVTE().
Referenced by PG4ggclos().
00036 { 00037 G4cout << "G4ggclos: setting top-level VolTableEntry" << G4endl; 00038 G3Vol.SetFirstVTE(); 00039 }
| void PG4ggclos | ( | ) |
Definition at line 32 of file G4ggclos.cc.
References G4ggclos().
Referenced by G3CLEval().
00032 { 00033 G4ggclos(); 00034 }
1.4.7