Ignore:
Timestamp:
02/10/04 23:10:20 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.cc

    r3081 r3086  
    289289  fPSDExpFit->SetParNames("Offset","Slope");
    290290  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);
    292292  fPSDExpFit->SetRange(0.,xmax);
    293293
     
    539539  newobj->SetBit(kCanDelete);
    540540
    541 
    542541  if (strlen(option))
    543542    newobj->Draw(option);
Note: See TracChangeset for help on using the changeset viewer.