# | Line 209 | Line 209 | TF1 *Funcs::CreateZLineShapePlusBkg(Doub | |
---|---|---|
209 | f->SetParName(8,"min"); | |
210 | f->SetParName(9,"max"); | |
211 | ||
212 | < | f->SetParameters(norm,0.5,0.5,91.,1.,1.,0.,0.1,xmin,xmax); |
212 | > | f->SetParameters(norm,0.5,0.5,91,1,1,0.1,0.1,xmin,xmax); |
213 | f->SetParLimits(0,0,1e6); | |
214 | f->SetParLimits(1,0,1); | |
215 | f->SetParLimits(2,0,1); | |
216 | f->SetParLimits(3,xmin,xmax); | |
217 | f->SetParLimits(4,0.1,5); | |
218 | < | f->SetParLimits(5,0.1,3); |
218 | > | f->SetParLimits(5,0.1,5); |
219 | f->SetParLimits(6,0,1); | |
220 | f->SetParLimits(7,0,10); | |
221 | f->FixParameter(8,xmin); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |