Ignore:
Timestamp:
01/21/04 23:00:33 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc

    r2852 r2880  
    303303  *fLog << all << endl;
    304304 
     305  TIter Next3(fPixels);
     306    while ((pix=(MCalibrationPix*)Next3()))
     307      if (pix->IsExcluded())
     308        *fLog << all << pix->GetPixId() << endl;
     309
    305310  *fLog << all << fNumExcludedPixels << " excluded pixels " << endl;
    306311 
     
    425430// --------------------------------------------------------------------------
    426431//
    427 
     432//
    428433//
    429434Bool_t MCalibrationCam::CalcNumPhotInsidePlexiglass()
     
    442447                            *TMath::Power(10,gkCalibrationBlindPixelAttGreen) // correct for absorption
    443448                            * gkCalibrationInnerPixelArea;                    // correct for area
     449
     450     
    444451      break;
    445452    case kECBlue:
Note: See TracChangeset for help on using the changeset viewer.