gammacombo / gammacombo

A framework to perform a statistical combination of measurements.
GNU General Public License v3.0
14 stars 30 forks source link

Fairly major issue when a combiner is constructed from a single pdf #258

Open matthewkenzie opened 3 months ago

matthewkenzie commented 3 months ago

Haven't managed to track this down properly but gives an assertion error from ROOT when the likelihood is constructed in Utils::fitToMin() but only when a combiner is built of a single pdf.

This is somehow related to a product pdf having only one element. Not sure if it's a ROOT issue or a GC issue. For now there is a hack which is to add a second dummy pdf with no sensitivity to the parameters of interest.

No time to track this down properly right now.