Problem with RDataFrame "Run: event loop was interrupted"

Hello,

I am new to RDataFrame. I am facing an error after which my event loop gets killed:
“RDataFrame::Run: event loop was interrupted”

Could you please let me know what could be reason of it?

Best regards,
Lata


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


If you show the code leading to that error, people will be able to help :slight_smile:

Hello,

Sorry I forgot to add that. It is here FCCAnalyses/analysis_stage1_jetClus.py at master · panwarlsweet/FCCAnalyses · GitHub

Best,

Lata

One important point I want to mention that it breaks due to Line 134 which make use of function defined at Line 23

Hello,

I found the reason. The vector, I was giving as input, had some weird values. After fixing this, the same code works fine.

Thanks,
Lata

1 Like