Changeset 17194 for trunk/Mars/fact
- Timestamp:
- 09/20/13 12:21:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/gain/fit_spectra.C
r17075 r17194 435 435 436 436 // For individual spectra, the average fit yields 1 anyway 437 func.SetParameter(6, 0); // Expo437 //func.SetParameter(6, 0); // Expo 438 438 439 439 // ----------- Fit Pixels spectrum --------------- … … 516 516 usePixel[pixel] = ok; 517 517 518 // Plot pixel 0 and all faulty fits519 if (pixel==0 || !ok)518 // Plot pixel 0 and 5 (TM) and all faulty fits 519 if (pixel==0 || pixel==5 || !ok) 520 520 { 521 521 TCanvas &c = d->AddTab(Form("Pix%d", pixel));
Note:
See TracChangeset
for help on using the changeset viewer.