https://github.com/root-project/root
Raw File
Tip revision: c86ba8382b7954f4a5b3840ec65a9726ba981fd7 authored by Unknown Author on 18 October 2006, 08:53:49 UTC
This commit was manufactured by cvs2svn to create tag 'v5-13-04a'.
Tip revision: c86ba83
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