-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@3903 27541ba8-7e3a-0410-8455-c3a389f83636
Fons Rademakers authoredgit-svn-id: http://root.cern.ch/svn/root/trunk@3903 27541ba8-7e3a-0410-8455-c3a389f83636
na49geomfile.C 319 B
{
// 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();
}