Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RF] Implement checking of parameter ranges #7210

Open
hageboeck opened this issue Feb 15, 2021 · 0 comments
Open

[RF] Implement checking of parameter ranges #7210

hageboeck opened this issue Feb 15, 2021 · 0 comments

Comments

@hageboeck
Copy link
Member

Explain what you would like to see improved

Since a while, RooFit can check if parameters are defined with a mathematically allowed range.

{
RooHelpers::checkRangeOfParameters(this, {&_sigma}, 0);
}

This should be implemented for all PDFs where we know that the definition range of the parameters is less than [-inf, inf].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants