Changeset 4169 for trunk/MagicSoft


Ignore:
Timestamp:
05/25/04 13:34:40 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4168 r4169  
    2424     - add possibility to switch on and off the blind pixel or pin diode
    2525       calibration
     26     - fixed a small bug in reading the MCalibrationRelTimeCam when the
     27       times calibration has been switched off.
    2628
    2729   * mjobs/MExtractSignal.[h,cc]
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r4164 r4169  
    10911091    }
    10921092 
    1093   if (fRelTimeCam.Read()<=0)
    1094     {
    1095       *fLog << err << "Unable to read MCalibrationRelTimeCam from " << fname << endl;
    1096       return kFALSE;
    1097     }
     1093
     1094  if (fRelTimes)
     1095    if (fRelTimeCam.Read()<=0)
     1096      {
     1097        *fLog << err << "Unable to read MCalibrationRelTimeCam from " << fname << endl;
     1098        return kFALSE;
     1099      }
    10981100 
    10991101  if (file.FindKey("MBadPixelsCam"))
Note: See TracChangeset for help on using the changeset viewer.