Can tree select the data by rows?


ROOT Version: 6.30
Platform: win10
Compiler: vc++ 2022


Can tree select the data by rows? For an example, select the data which > 0 from one column?

   tree->Draw("x", "x>0");
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.