https://github.com/root-project/root
Raw File
Tip revision: b24472e60edf72c2d249328a29bbb7a06be03c5f authored by Unknown Author on 22 December 2005, 00:54:28 UTC
This commit was manufactured by cvs2svn to create tag 'v5-08-00a'.
Tip revision: b24472e
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