Ignore:
Timestamp:
09/20/13 12:21:07 (11 years ago)
Author:
tbretz
Message:
Plot one standard pixel and one time marker channel; I think it makes sense to start the pixle fit with the r-value from the global fit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/gain/fit_spectra.C

    r17075 r17194  
    435435
    436436        // For individual spectra, the average fit yields 1 anyway
    437         func.SetParameter(6, 0); // Expo
     437        //func.SetParameter(6, 0); // Expo
    438438
    439439        // ----------- Fit Pixels spectrum ---------------
     
    516516        usePixel[pixel] = ok;
    517517
    518         // Plot pixel 0 and all faulty fits
    519         if (pixel==0 || !ok)
     518        // Plot pixel 0 and 5 (TM) and all faulty fits
     519        if (pixel==0 || pixel==5 || !ok)
    520520        {
    521521            TCanvas &c = d->AddTab(Form("Pix%d", pixel));
Note: See TracChangeset for help on using the changeset viewer.