do_htree.C 92 B

123456
  1. do_htree() {
  2. gSystem->Load("htree_C.so");
  3. htree t("312471_0.root");
  4. t.Loop();
  5. }