StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RootIORead.C
1 {
2  gSystem.Load("St_base.so");
3  gSystem.Load("St_Tables.so");
4  TFile f("/star/tof/fine/auau_ce_b0-2_4041_4060.root");
5  gBenchmark->Start("read");
6  f.ReadAll();
7  gBenchmark->Show("read");
8 }
9