Changeset 2924


Ignore:
Timestamp:
01/26/04 22:43:40 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2922 r2924  
    5050     - combine FitChargeHiGain and FitChargeLoGain into one function
    5151
     52   * macros/calibration.C
     53     - improve double gauss fit a bit
    5254
    5355 2004/01/26: Thomas Bretz
  • trunk/MagicSoft/Mars/macros/calibration.C

    r2923 r2924  
    371371      dgaus->SetParLimits(3,0,integ);
    372372      dgaus->SetParLimits(4,mean,max-(width/10.));
    373       cout << "mean: " << mean << " maxL " << max-(width/10.) << endl;
    374      
    375373      dgaus->SetParLimits(5,0,width/2.);
    376374      obj2->Fit("dgaus","QLRM");
Note: See TracChangeset for help on using the changeset viewer.