Changeset 8417 for trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.cc
- Timestamp:
- 04/18/07 16:34:51 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.cc
r8132 r8417 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationHiLoCam.cc,v 1.2 0 2006-10-19 14:01:49tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationHiLoCam.cc,v 1.21 2007-04-18 15:33:56 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 116 116 #include "MGeomPix.h" 117 117 118 #include "MBadPixelsIntensityCam.h"119 118 #include "MBadPixelsCam.h" 120 119 #include "MBadPixelsPix.h" … … 718 717 719 718 MCalibrationCam *hilocam = fCam; 720 MBadPixelsCam *badcam = fIntensBad ? fIntensBad->GetCam() : fBadPixels;721 719 722 720 const Int_t nareas = fAverageHiGainAreas->GetSize(); … … 766 764 767 765 768 FitHiGainArrays(*hilocam, *badcam,766 FitHiGainArrays(*hilocam, *fBadPixels, 769 767 MBadPixelsPix::kHiLoNotFitted, 770 768 MBadPixelsPix::kHiLoOscillating); … … 843 841 } 844 842 845 FitLoGainArrays(*hilocam, *badcam,843 FitLoGainArrays(*hilocam, *fBadPixels, 846 844 MBadPixelsPix::kHiLoNotFitted, 847 845 MBadPixelsPix::kHiLoOscillating); … … 859 857 { 860 858 861 MBadPixelsCam *badcam = fIntensBad ? fIntensBad->GetCam() : fBadPixels; 862 863 for (Int_t i=0; i<badcam->GetSize(); i++) 864 { 865 MBadPixelsPix &bad = (*badcam)[i]; 859 for (Int_t i=0; i<fBadPixels->GetSize(); i++) 860 { 861 MBadPixelsPix &bad = (*fBadPixels)[i]; 866 862 867 863 if (bad.IsUncalibrated( MBadPixelsPix::kHiLoNotFitted ))
Note:
See TracChangeset
for help on using the changeset viewer.