https://github.com/root-project/root
Raw File
Tip revision: a6a0bcaa08667dac8b6ebd4e0c0fae2e3ce958d3 authored by Philippe Canal on 06 March 2006, 23:21:59 UTC
Backport the following patches to v4_04_02:
Tip revision: a6a0bca
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