Changeset 2880 for trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
- Timestamp:
- 01/21/04 23:00:33 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r2852 r2880 303 303 *fLog << all << endl; 304 304 305 TIter Next3(fPixels); 306 while ((pix=(MCalibrationPix*)Next3())) 307 if (pix->IsExcluded()) 308 *fLog << all << pix->GetPixId() << endl; 309 305 310 *fLog << all << fNumExcludedPixels << " excluded pixels " << endl; 306 311 … … 425 430 // -------------------------------------------------------------------------- 426 431 // 427 432 // 428 433 // 429 434 Bool_t MCalibrationCam::CalcNumPhotInsidePlexiglass() … … 442 447 *TMath::Power(10,gkCalibrationBlindPixelAttGreen) // correct for absorption 443 448 * gkCalibrationInnerPixelArea; // correct for area 449 450 444 451 break; 445 452 case kECBlue:
Note:
See TracChangeset
for help on using the changeset viewer.