Changeset 4570
- Timestamp:
- 08/10/04 18:43:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
r4568 r4570 183 183 // 184 184 FinalizeCalibratedPhotons(); 185 186 *fLog << inf << endl;187 *fLog << GetDescriptor() << ": Not interpolated pixels statistics:" << endl;188 189 185 FinalizeNotInterpolated(); 190 186 CalcMaxNumBadPixelsCluster(); 191 187 192 *fLog << endl; 193 *fLog << " " << setw(7) << fMaxNumBadPixelsCluster 194 << " pixels in biggest not-interpolateable cluster " << endl; 188 189 *fLog << inf << endl; 190 *fLog << GetDescriptor() << ": Pixel Interpolation status:" << endl; 191 192 if (fGeom->InheritsFrom("MGeomCamMagic")) 193 { 194 *fLog << " " << setw(7) << "Not interpolateable Pixels: " 195 << Form("%s%3i%s%3i","Inner: ",fNumUninterpolateable[0], 196 " Outer: ",fNumUninterpolateable[1]) << endl; 197 *fLog << " " << setw(7) << "Biggest not-interpolateable cluster: " 198 << fMaxNumBadPixelsCluster << endl; 199 } 200 195 201 *fLog << endl; 196 197 202 SetLogStream(&gLog); 198 203 … … 487 492 for (Int_t aidx = 0; aidx<areas; aidx++) 488 493 { 489 *fLog << " " << setw(7) 490 << fNumUninterpolateable[aidx] 491 << " not interpolateable pixels in area index " << aidx << endl; 494 *fLog << endl; 492 495 *fLog << " " << setw(7) 493 << " Pixel software idx: ";496 << "Not interpolated pixels by in area idx " << aidx << ": "; 494 497 for (Int_t i=0; i<newarr[aidx]->GetSize(); i++) 495 498 { … … 499 502 *fLog << endl; 500 503 } 504 505 501 506 502 507 *fLog << " " << setw(7) << num << " total not interpolateable pixels " << endl;
Note:
See TracChangeset
for help on using the changeset viewer.