Ignore:
Timestamp:
02/02/05 18:15:03 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc

    r5876 r6211  
    436436      if (pix.IsExcluded())
    437437        return kFALSE;
    438       val = pix.GetMean();
     438      val = pix.GetConvertedMean();
    439439      break;
    440440    case 1:
    441441      if (pix.IsExcluded())
    442442        return kFALSE;
    443       val = pix.GetMeanErr();
     443      val = pix.GetConvertedMeanErr();
    444444      break;
    445445    case 2:
    446446      if (pix.IsExcluded())
    447447        return kFALSE;
    448       val = pix.GetSigma();
     448      val = pix.GetConvertedSigma();
    449449      break;
    450450    case 3:
    451451      if (pix.IsExcluded())
    452452        return kFALSE;
    453       val = pix.GetSigmaErr();
     453      val = pix.GetConvertedSigmaErr();
    454454      break;
    455455    case 4:
     
    463463      if (pix.GetRSigma() == -1.)
    464464          return kFALSE;
    465       val = pix.GetRSigma();
     465      val = pix.GetConvertedRSigma();
    466466      break;
    467467    case 6:
     
    470470      if (pix.GetRSigma() == -1.)
    471471          return kFALSE;
    472       val = pix.GetRSigmaErr();
     472      val = pix.GetConvertedRSigmaErr();
    473473      break;
    474474    case 7:
Note: See TracChangeset for help on using the changeset viewer.