Changeset 5861 for trunk/MagicSoft


Ignore:
Timestamp:
01/16/05 17:42:07 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5860 r5861  
    3535    - added new pointer to different MCalibrationChargeCam used for
    3636      updates
     37    - added possibility to update the conversion factors using the
     38      MCalibrationChargeCam stored in fCalibUpdate.
    3739
    3840
  • trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc

    r5860 r5861  
    492492                //
    493493                MCalibrationChargePix &ugpix = (MCalibrationChargePix&)fCalibUpdate->GetAverageArea(0);
    494                 MBadPixelsPix         &ubad  = (MBadPixelsPix&)        fCalibUpdate->GetAverageBadArea(0);
    495                
    496                 //                if (ubad.IsUnsuitable())
    497                 //                  *fLog << err << "Average Area is unsuitable!!!!" << endl;
     494                //  MBadPixelsPix         &ubad  = (MBadPixelsPix&)        fCalibUpdate->GetAverageBadArea(0);
     495                //  if (ubad.IsUnsuitable())
     496                //    *fLog << err << "Average Area is unsuitable!!!!" << endl;
    498497
    499498                const Float_t globmean = avpix.GetConvertedMean();
Note: See TracChangeset for help on using the changeset viewer.