00001 { 00002 gSystem.Load("libGeom"); 00003 TGeoManager::Import("moller.gdml"); 00004 gGeoManager->GetTopVolume()->Draw("ogl"); 00005 }