Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
disp_geom.C
Go to the documentation of this file.
1 void disp_geom(){
2  gGeoManager = TGeoManager::Import("geom.root");
3  //gGeoManager->Export("geom.root");
4  TGeoNode *current = gGeoManager->GetCurrentNode();
5  current->GetVolume()->Draw("ogl");
6 }
void disp_geom()
Definition: disp_geom.C:1