https://github.com/root-project/root
Raw File
Tip revision: d303457a9979ef67c089d440bbc2bfe081ec271e authored by Unknown Author on 22 February 2002, 20:52:06 UTC
This commit was manufactured by cvs2svn to create tag 'v3-03-01'.
Tip revision: d303457
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