Hi, dear ROOTers;
I have a 2D histogram in my root file. I want to get those x and y values that my histogram is filled with them. Because I want to multiply x and y values by some factors separately and generate another histogram. Is this possible?
Thanks
Unfortunately, No.
I want to extract the values.
Search for “GetBinLowEdge”, “GetBinCenter” and “GetBinWidth” in the TH1 Class Reference.
let me ask another question: is there a way to save the values while filling this histogram to generate this histogram later whenever I want?