Commit 586e846
committed
[RF] Increment value reset counter also in
There is a `RooRealVar::setValFast()` method that behaves like
`RooRealVar::setVal()` but without the boundary check, for internal
RooFit use in the `RooRealVar::setBin()` method.
It's important to also increment the value reset counter in this method,
so that recomputations in the RooFit::Evaluator will be triggered
correctly.
Thanks to @PetroZarytskyi for finding this!RooRealVar::setValFast()
1 parent 7294e1b commit 586e846
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
0 commit comments