Plotting ASCII files in ROOT

后端 未结 3 1628
误落风尘
误落风尘 2020-12-22 12:11

I am trying to write a small macro that reads data from an ASCII file that has 4 columns. But I want to graph only the second the third columns as (x, y).

3条回答
  •  猫巷女王i
    2020-12-22 12:27

    follow this example: https://root.cern.ch/root/html534/tutorials/tree/basic.C.html and instead of filling a histogram make a graph.

提交回复
热议问题