Break for the number of entries?

Hi,
when i run my program with the low number of entries(1e5) for filling the histogram, it completely run and i can see my histogram and graph but after the run i have this warning and error while my program has been run:

Warning in TCanvas::ResizePad: Inf/NaN propagated to the pad. Check drawn objects.
Warning in TCanvas::ResizePad: c3 height changed from 0 to 10
Error in TGaxis::PaintAxis: wmin (0.000000) == wmax (0.000000)
root [1] Warning in TCanvas::ResizePad: Inf/NaN propagated to the pad. Check drawn objects.

when i run with the more number of entries(1e6 or more) for filling the histogram my program can’t run and i can see this error
*** Break *** segmentation violation
.
.
.
Root > Function crosscal2() busy flag cleared
Function Analysis() busy flag cleared
please guide me, thanks

Hi,

We would need to see the code you are running to determine the issue. Many times the Inf/NaN warning is due to incorrectly defined binning ranges.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.