Commit d3ece5c
committed
[RF] Use
The `setVal()` function has the overhead of checking if the parameter
value is in the valid range. This is expensive, and it is the
responsability of the minimizer like Minuit 2 to only evaluate points
that are withing the defined parameter range.RooRealVar::setValFast() in minimizer interface1 parent 060241e commit d3ece5c
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments