https://github.com/root-project/root
Raw File
Tip revision: 7a4ac3d57f3376255e863041b903c5ebc3e336ce authored by Unknown Author on 06 February 2002, 11:51:09 UTC
This commit was manufactured by cvs2svn to create tag 'v3-01-06'.
Tip revision: 7a4ac3d
na49geomfile.C
{
//   Before executing this macro, the file makegeometry.C must have been executed
//
   gBenchmark->Start("geometry");
   TFile na("na49.root","RECREATE");
   TGeometry *n49 =(TGeometry*)gROOT->FindObject("na49");
   n49->Write();
   na.Write();
   na.Close();
   gBenchmark->Show("geometry");
   gROOT->Reset();
}
back to top