Changeset 4570


Ignore:
Timestamp:
08/10/04 18:43:10 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4568 r4570  
    183183  //
    184184  FinalizeCalibratedPhotons();
    185 
    186   *fLog << inf << endl;
    187   *fLog << GetDescriptor() << ": Not interpolated pixels statistics:" << endl; 
    188 
    189185  FinalizeNotInterpolated();
    190186  CalcMaxNumBadPixelsCluster();
    191187
    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 
    195201  *fLog << endl; 
    196 
    197202  SetLogStream(&gLog);
    198203
     
    487492  for (Int_t aidx = 0; aidx<areas; aidx++)
    488493    {
    489       *fLog << " " << setw(7)
    490             << fNumUninterpolateable[aidx]
    491             << " not interpolateable pixels in area index " << aidx << endl;
     494      *fLog << endl;
    492495      *fLog << " " << setw(7)
    493             << "Pixel software idx: ";
     496            << "Not interpolated pixels by in area idx " << aidx << ": ";
    494497      for (Int_t i=0; i<newarr[aidx]->GetSize(); i++)
    495498        {
     
    499502      *fLog << endl;
    500503    }
     504
     505
    501506 
    502507  *fLog << " " << setw(7) << num << " total not interpolateable pixels " << endl;
Note: See TracChangeset for help on using the changeset viewer.