matplo / pyjetty

some work on jets
3 stars 14 forks source link

Fix maxbin for grooming; allow max_reg_param manual override per-config #52

Closed ezradlesser closed 3 years ago

ezradlesser commented 3 years ago

1) Fix maxbin implementation (when user enabled) for groomed observables. Instead of changing this value at its core, it is better to change its value when it is being individually used, so that way the truth bin edge value can still be obtained during plotting.

2) Allow the manual reg_param setting in user config file to override max_reg_param. So even if max_reg_param is set, one can still choose to override this for any individual config and set the reg_param manually. So now you can have some configs using the automatic reg_parm determination, and others using one set by the user.

3) remove my old user analysis (out-of-date) and rename my new one.