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?
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");