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 
6 void disp_geom()
7 {
8  gGeoManager = TGeoManager::Import("geom.root");
9  //gGeoManager = TGeoManager::Import("GenFitExtrapolatorGeom.root");
10  //gGeoManager->Export("geom.root");
11  TGeoNode *current = gGeoManager->GetCurrentNode();
12  current->GetVolume()->Draw("ogl");
13 }
void disp_geom()
Definition: disp_geom.C:1