# | Line 212 | Line 212 | TF1 *Funcs::CreateZLineShapePlusBkg(Doub | |
---|---|---|
212 | f->SetParLimits(1,0,1); | |
213 | f->SetParLimits(2,0,1); | |
214 | f->SetParLimits(3,xmin,xmax); | |
215 | < | f->SetParLimits(4,0.1,3); |
215 | > | f->SetParLimits(4,0.1,5); |
216 | f->SetParLimits(5,0.1,3); | |
217 | < | f->SetParLimits(6,0,0); |
217 | > | f->SetParLimits(6,0,1); |
218 | f->SetParLimits(7,0,10); | |
219 | < | f->SetParLimits(8,xmin,xmin); |
220 | < | f->SetParLimits(9,xmax,xmax); |
219 | > | f->FixParameter(8,xmin); |
220 | > | f->FixParameter(9,xmax); |
221 | ||
222 | return f; | |
223 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |