Dear ROOT experts
i am trying to get the chi^2 test of two histograms, both histograms are in the y_axis range from 0 to 10^-6, the problem is the chi^2 test is so small ~ about 0 and this is something weird.
An image of the two histograms are attached below
When i calculate the chisquare value for the two histograms from using this line
cout <<"The chi2 equal h1 "<<h1->Chi2Test(h2, "CHI2")<<endl;
it gives me a weird zero value
if you please is there any method to solve this problem.
Thanks in advance
