Hello everyone!
- I am completely new to ROOT and data analysis. I have data for histogram in an ASCII file (Energy vs Counts). There are 4096 bins and the width of each bin is 0.5 keV. I want to write this data in a 1D histogram in pyROOT. Can someone please assist, as I am confused about setting the bin width in ROOT.
- Additionally, I want to access some spectrum manipulation functions (smoothing, deconvolution, peak finding etc.) maybe in TSpectrum class or something else, in pyROOT. Can you please assist me regarding how to set parameters properly for these functions and how to implement them properly in pyROOT? I have gone through the documentation, but I am not sure.
Thanks a lot in advance