https://github.com/root-project/root
Raw File
Tip revision: ed44331e924289b94405bf2bd011e3f673c70e7b authored by Unknown Author on 16 July 2005, 11:03:02 UTC
This commit was manufactured by cvs2svn to create tag 'v4-04-02f'.
Tip revision: ed44331
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