Changeset 6093


Ignore:
Timestamp:
01/28/05 16:47:05 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6091 r6093  
    602602          }
    603603
    604         calibConv    *= fRenormFactor * calibUpdate;
     604        calibConv    *= fRenormFactor * calibUpdate;
    605605        calibFFactor *= TMath::Sqrt(fRenormFactor);
    606606
     
    613613          {
    614614            (*fBadPixels)[pixidx].SetUnsuitable(MBadPixelsPix::kUnsuitableRun); 
    615             cpix.SetCalibConst(-1.);
    616             cpix.SetCalibFFactor(-1.);
    617             continue;
     615            calibConv    = -1.;
     616            calibFFactor = -1.;
    618617          }
    619        
    620618        cpix.SetCalibConst(calibConv);
    621619        cpix.SetCalibFFactor(calibFFactor);
Note: See TracChangeset for help on using the changeset viewer.