Ignore:
Timestamp:
04/14/04 19:58:08 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3728 r3740  
    225225    wav  += newavqe / newavqevar;
    226226    sumw += 1./ newavqevar;
     227
    227228  }
    228229}
     
    245246    wav  += newavqe / newavqevar;
    246247    sumw += 1./ newavqevar;
     248
     249    *fLog << err << GetQEFFactorRelVar(col) << "   " << GetDefaultQERelVar(col) << endl;
    247250  }
     251
     252
    248253}
    249254
     
    675680Float_t MCalibrationQEPix::GetQECascadesBlindPixelErr( const Float_t zenith  )  const
    676681{
    677   const Float_t var = GetQECascadesBlindPixel(zenith);
     682  const Float_t var = GetQECascadesBlindPixelVar(zenith);
    678683 
    679684  if (var < 0.)
     
    702707Float_t MCalibrationQEPix::GetQECascadesCombinedErr( const Float_t zenith  )  const
    703708{
    704   const Float_t var = GetQECascadesCombined(zenith);
     709  const Float_t var = GetQECascadesCombinedVar(zenith);
    705710 
    706711  if (var < 0.)
     
    740745Float_t MCalibrationQEPix::GetQECascadesFFactorErr( const Float_t zenith  )  const
    741746{
    742   const Float_t var = GetQECascadesFFactor(zenith);
     747  const Float_t var = GetQECascadesFFactorVar(zenith);
    743748 
    744749  if (var < 0.)
     
    778783Float_t MCalibrationQEPix::GetQECascadesPINDiodeErr( const Float_t zenith  )  const
    779784{
    780   const Float_t var = GetQECascadesPINDiode(zenith);
     785  const Float_t var = GetQECascadesPINDiodeVar(zenith);
    781786 
    782787  if (var < 0.)
Note: See TracChangeset for help on using the changeset viewer.