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 
3  gGeoManager = TGeoManager::Import("geom.root");
4  //gGeoManager->Export("geom.root");
5  TGeoNode *current = gGeoManager->GetCurrentNode();
6  current->GetVolume()->Draw("ogl");
7 }
void disp_geom()
Definition: disp_geom.C:1