I have an issue while calling the GetEntry function for a particular input file. This function works perfectly fine when I change the input file to another one. It seems the concerned file has some issue, but I can Tbrows the file to be see normal branches and leafs. So my question is, how can I know the problem in the input file ?
ROOT Version: Platform: Lxplus Compiler: Not Provided
Actually meanwhile I have narrowed down the issue. It’s not about the whole file but a few leaves that cause this crash. And I am not able to sort this out.
So If I uncomment the //t->SetBranchAddress(“event_mwt”,&event_mwt); whenever compiler tries to get in event loop, it cause Segmentation Violation crash.
In root file the bug causing exits and it is not zero at all either.