- Timestamp:
- 01/26/04 22:43:40 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2922 r2924 50 50 - combine FitChargeHiGain and FitChargeLoGain into one function 51 51 52 * macros/calibration.C 53 - improve double gauss fit a bit 52 54 53 55 2004/01/26: Thomas Bretz -
trunk/MagicSoft/Mars/macros/calibration.C
r2923 r2924 371 371 dgaus->SetParLimits(3,0,integ); 372 372 dgaus->SetParLimits(4,mean,max-(width/10.)); 373 cout << "mean: " << mean << " maxL " << max-(width/10.) << endl;374 375 373 dgaus->SetParLimits(5,0,width/2.); 376 374 obj2->Fit("dgaus","QLRM");
Note:
See TracChangeset
for help on using the changeset viewer.