Changeset 5688


Ignore:
Timestamp:
12/22/04 23:04:39 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5685 r5688  
    3737      - centralize the decision about the probability limit to be
    3838        taken inside these classes.
     39 
     40    * mhcalib/MHCalibrationPix.cc
     41      - fix a bug in the calculation of outliers. Standard analyses 
     42        not affected!
    3943
    4044
  • 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.