https://github.com/root-project/root
Raw File
Tip revision: bd5dba088e6f6c700eb6257b2049d18564db6fcf authored by Unknown Author on 26 October 2006, 11:02:47 UTC
This commit was manufactured by cvs2svn to create tag 'v5-12-00f'.
Tip revision: bd5dba0
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