HEP-KBFI / hh-multilepton

code and python config files for hh -> 4tau and hh->wwww analyses (all lepton and tau channels)
0 stars 5 forks source link

2l+2tau analysis halts for too long #2

Closed ktht closed 4 years ago

ktht commented 5 years ago

The problem is that the analysis job waits for a very long time after this line has been executed: https://github.com/HEP-KBFI/hh-multilepton/blob/2404200abd00a76fed0e22f9194a248cec33ee16/bin/analyze_hh_2l_2tau.cc#L2012 i.e. the TBenchmark output is shown but it takes forever for the main() function to exit. It looks as if destruction of an object simply halts.

I've tackled this problem before and I vaguely recall that it was caused by histogram initialization in the analysis code The proper way to debug this is by commenting out all lines that create the histograms and then re-enable them until the problem reveals itself.

There may be other analysis channels that are affected by this issue.

ktht commented 4 years ago

No longer an issue, likely fixed by this: https://github.com/HEP-KBFI/hh-multilepton/pull/3