Changeset 3086 for trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc
- Timestamp:
- 02/10/04 23:10:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc
r3081 r3086 289 289 fPSDExpFit->SetParNames("Offset","Slope"); 290 290 fPSDExpFit->SetParLimits(0,offset_guess/2.,2.*offset_guess); 291 fPSDExpFit->SetParLimits(1,slope_guess/ 2.,2.*slope_guess);291 fPSDExpFit->SetParLimits(1,slope_guess/1.5,1.5*slope_guess); 292 292 fPSDExpFit->SetRange(0.,xmax); 293 293 … … 539 539 newobj->SetBit(kCanDelete); 540 540 541 542 541 if (strlen(option)) 543 542 newobj->Draw(option);
Note:
See TracChangeset
for help on using the changeset viewer.