You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a slight variation of #1991 in so far that instead of a multiplicative modifer f(pars) that is multiplied to all bins in a sample, this allows an additive modifier f(x,pars) where x is the channel observable.
This is likely a highly non-optimized implementation (esp the integration using scipy.quad and a python loop over bins), but it shows that things are possible
Summary
This is a slight variation of #1991 in so far that instead of a multiplicative modifer
f(pars)
that is multiplied to all bins in a sample, this allows an additive modifierf(x,pars)
wherex
is the channel observable.This is likely a highly non-optimized implementation (esp the integration using scipy.quad and a python loop over bins), but it shows that things are possible
https://gist.github.com/lukasheinrich/85c0e6079ff8408edf3cf8d7acb182a8
Additional Information
n/a
Code of Conduct
The text was updated successfully, but these errors were encountered: