19 void Example_read_table_ntup(
20 const Char_t *NtupFile=
"globtrk_ntup.root",
21 const Char_t *NtupName=
"globtrk")
24 cout <<
" Input ntup file = " << NtupFile << endl;
25 cout <<
" Input ntup name = " << NtupName << endl;
27 gSystem->Load(
"StUtilities");
28 gSystem->Load(
"StAnalysisUtilities");
30 f1 =
new TFile(NtupFile);
41 globtrk->Draw(
"x_first0:x_first1");
43 globtrk->Draw(
"x_first0:x_first1",
"n_point<50 && n_fit_point<40");