Break segmentation error

I looked into the attached “vMergedMiniEvents_0.root” file.
Executing “AnaTree->Print();” shows that all arrays are 1000 elements long (e.g. “VetoMu_px[1000]”) but, in your “wz0.cc”, you say 50 (e.g. “VetoMu_px[50]”).

Thank you so much Wile. I have edited array no from 50 to 1000. The error is removed but still files are running and i am not getting its output. Is it take such a long time to run (about one hour and still running).
Is there is some other way to fasten the running process.

Thank you,
Nab

If you think it is the interpreter which slows down your analysis … try to use ACLiC with
compiler optimizations:
root [0] .x wz0.cc++O

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