Changeset 3425


Ignore:
Timestamp:
03/07/04 16:41:03 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc

    r3400 r3425  
    242242
    243243        calpix.SetBlindPixelMethodValid();
    244         calpix.SetChargeValid();
    245244
    246245        calpix.SetConversionHiLo(fConversionHiLo);
  • trunk/MagicSoft/Mars/mcalib/MCalibrate.cc

    r3285 r3425  
    7373#include "MExtractedSignalPix.h"
    7474
     75#include "MBadPixelsCam.h"
     76#include "MBadPixelsPix.h"
     77
    7578#include "MCerPhotEvt.h"
    7679
     
    216219          MCalibrationChargePix &pix = (*fCalibrations)[pixidx];       
    217220         
    218           if (!pix.IsChargeValid())
    219             continue;
     221
     222          //
     223          // Will be replaced by a call to MBadPixels
     224          //if (!pix.IsChargeValid())
     225          //continue;
    220226         
    221227          switch(fCalibrationMode)
  • trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc

    r3377 r3425  
    237237    MCalibrationChargePix &pix = (*fCalibrations)[pixidx];       
    238238         
    239     if (!pix.IsChargeValid())
    240       return kFALSE;
     239    //
     240    // Will be replaced by call to MBadPixels
     241    //
     242    //if (!pix.IsChargeValid())
     243    //      return kFALSE;
    241244         
    242245    hiloconv   = pix.GetConversionHiLo();
Note: See TracChangeset for help on using the changeset viewer.