Changeset 3425
- Timestamp:
- 03/07/04 16:41:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc
r3400 r3425 242 242 243 243 calpix.SetBlindPixelMethodValid(); 244 calpix.SetChargeValid();245 244 246 245 calpix.SetConversionHiLo(fConversionHiLo); -
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r3285 r3425 73 73 #include "MExtractedSignalPix.h" 74 74 75 #include "MBadPixelsCam.h" 76 #include "MBadPixelsPix.h" 77 75 78 #include "MCerPhotEvt.h" 76 79 … … 216 219 MCalibrationChargePix &pix = (*fCalibrations)[pixidx]; 217 220 218 if (!pix.IsChargeValid()) 219 continue; 221 222 // 223 // Will be replaced by a call to MBadPixels 224 //if (!pix.IsChargeValid()) 225 //continue; 220 226 221 227 switch(fCalibrationMode) -
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r3377 r3425 237 237 MCalibrationChargePix &pix = (*fCalibrations)[pixidx]; 238 238 239 if (!pix.IsChargeValid()) 240 return kFALSE; 239 // 240 // Will be replaced by call to MBadPixels 241 // 242 //if (!pix.IsChargeValid()) 243 // return kFALSE; 241 244 242 245 hiloconv = pix.GetConversionHiLo();
Note:
See TracChangeset
for help on using the changeset viewer.