Ignore:
Timestamp:
12/22/04 23:04:39 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPix.cc

    r5681 r5688  
    147147    return 0.;
    148148 
    149   return fHGausHist.Integral(first, last, "width");
     149  return fHGausHist.Integral(first, last);
    150150}
    151151
     
    169169    return 0.;
    170170 
    171   return fHGausHist.Integral(first, last, "width");
     171  return fHGausHist.Integral(first, last);
    172172}
    173173
Note: See TracChangeset for help on using the changeset viewer.