Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces
na49geomfile.py File Reference

Namespaces

 na49geomfile
 

Detailed Description

Before executing this macro, the file makegeometry.C must have been executed.

1 
2 import ROOT
3 
4 ROOT.gBenchmark.Start( 'geometry' )
5 na = ROOT.TFile( 'py-na49.root', 'RECREATE' )
6 n49 = ROOT.gROOT.FindObject( 'na49' )
7 n49.Write()
8 na.Write()
9 na.Close()
10 ROOT.gBenchmark.Show( 'geometry' )
11 
Author
Wim Lavrijsen

Definition in file na49geomfile.py.