QQbarAnalysis / QQbarAnalysis

Main Marlin code for QQbarAnalysis
https://confluence.desy.de/display/ILD/Benchmarks+for+physics-driven+detector+optimisation
GNU General Public License v3.0
1 stars 4 forks source link

Segmentation Fault #20

Closed yuichiok closed 3 years ago

yuichiok commented 3 years ago

Hi @airqui ,

I pulled recent changes in this QQbarAnalysis 2021 branch but I am getting segmentation fault. After some digging I found out that the problem happens when it tries to access jet thrust information. In particular, between l.619-620 in QQbarAnalysis.cc I can still get "d23" value so the collection and the object are there.

Were there any major update regarding this?

Best, Yuichi

airqui commented 3 years ago

it works for me... I am guessing that the issue is in the steering file, please check the Thrust processor. I have modified it to calculate the thrust of the jets, and not the thrust of the PFOs. The reason is that some PFOs are not part of the jets (i.e. classified as beam jets).

RefinedJets 2.0 RefinedJets RefinedJets
airqui commented 3 years ago

@yuichiok if this is not the problem.. I will investigate it when I come back from holidays (the 24th)

yuichiok commented 3 years ago

I see, that could be worth checking. Sorry for interrupting your holiday!

yuichiok commented 3 years ago

Problem solved. Thanks for the advice.