Ignore:
Timestamp:
02/03/04 20:14:48 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3007 r3012  
    474474        val = -1.;
    475475      break;
     476    case 18:
     477      if (!(*this)[idx].IsTimeFitValid())
     478        return kFALSE;
     479      val = (*this)[idx].GetAbsTimeMean();
     480      break;
     481    case 19:
     482      if (!(*this)[idx].IsTimeFitValid())
     483        return kFALSE;
     484      val = (*this)[idx].GetAbsTimeMeanErr();
     485      break;
     486    case 20:
     487      if (!(*this)[idx].IsTimeFitValid())
     488        return kFALSE;
     489      val = (*this)[idx].GetAbsTimeRms();
     490      break;
     491    case 21:
     492      if (!(*this)[idx].IsTimeFitValid())
     493        return kFALSE;
     494      val = (*this)[idx].GetAbsTimeMeanErr()/TMath::Sqrt(2.);
     495      break;
    476496    default:
    477497      return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.