Maybe I should have written “the envelope of the data”.
Here is a naive example of an envelope curve from google:
Please note that my data is not as fluctuating or as harmonic as in this example, so it’s not about decomposition etc. I just wonder if I can obtain a Gaussian which will encompass my histogram. (Simple fitting does not do this job.)
We don;t have then such feature in ROOT. You would need to build something yourself wch create for example another histogram or graph with data points summarizing your data
and then you can fit those with ROOT
Thanks for the answer! It saves me from further searching, also it’s a nice idea to “summarize” with some of the points and see what happens with a fit.