Please read tips for efficient and successful posting and posting code
ROOT Version: 6.14
Platform: Linux
Compiler: Not Provided
Hi,
I have a root file containing a tree with a branch “pTheta_emitted” which contains the 1D histogram of angular distribution of a particle from 0 to 180 deg. I want to write data in a text file in the form of (theta_min, theta_max, counts) from this branch for two degree interval upto the full 180 deg range, for example
theta_min theta_max counts
2 4 266
4 6 408
…
I have attached the root file. I would really appreciate any help.
proton_emitted_16MeV.root (590.4 KB)