Ignore:
Timestamp:
04/18/07 16:34:51 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.cc

    r8132 r8417  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationHiLoCam.cc,v 1.20 2006-10-19 14:01:49 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationHiLoCam.cc,v 1.21 2007-04-18 15:33:56 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    116116#include "MGeomPix.h"
    117117
    118 #include "MBadPixelsIntensityCam.h"
    119118#include "MBadPixelsCam.h"
    120119#include "MBadPixelsPix.h"
     
    718717
    719718  MCalibrationCam *hilocam = fCam;
    720   MBadPixelsCam   *badcam  = fIntensBad ? fIntensBad->GetCam() : fBadPixels;
    721719
    722720  const Int_t nareas   = fAverageHiGainAreas->GetSize();
     
    766764
    767765
    768   FitHiGainArrays(*hilocam,*badcam,
     766  FitHiGainArrays(*hilocam, *fBadPixels,
    769767                  MBadPixelsPix::kHiLoNotFitted,
    770768                  MBadPixelsPix::kHiLoOscillating);
     
    843841  }
    844842
    845   FitLoGainArrays(*hilocam,*badcam,
     843  FitLoGainArrays(*hilocam, *fBadPixels,
    846844                  MBadPixelsPix::kHiLoNotFitted,
    847845                  MBadPixelsPix::kHiLoOscillating);
     
    859857{
    860858
    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];
    866862
    867863      if (bad.IsUncalibrated( MBadPixelsPix::kHiLoNotFitted ))
Note: See TracChangeset for help on using the changeset viewer.