https://github.com/root-project/root
Raw File
Tip revision: d3cf692b18f4c42ef1a8c9dcadad7a39c3cd04c1 authored by Unknown Author on 06 February 2002, 11:51:06 UTC
This commit was manufactured by cvs2svn to create tag 'v3-00-05'.
Tip revision: d3cf692
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