Changeset 5563 for trunk/MagicSoft


Ignore:
Timestamp:
12/06/04 14:08:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5557 r5563  
    239239const Float_t MCalibrationChargeCalc::fgFFactorErrLimit        = 4.5;
    240240const TString MCalibrationChargeCalc::fgNamePedestalCam = "MPedestalCam";
     241
    241242// --------------------------------------------------------------------------
    242243//
     
    760761  }
    761762
    762   *fLog << all << "--1--" << fGeom << " " << fPedestals << endl;
    763 
    764763  for (UInt_t aidx=0; aidx<fGeom->GetNumAreas(); aidx++)
    765764    {
     
    768767      MCalibrationChargePix &pix = (MCalibrationChargePix&)chargecam->GetAverageArea(aidx);
    769768
    770       *fLog << "1: " << aidx << " " << &ped << " " << &pix << endl;
    771769      FinalizePedestals(ped,pix,aidx);
    772       *fLog << "2: " << aidx << endl;
    773770      FinalizeCharges(pix,
    774771                      fIntensCam ? fIntensCam->GetAverageBadArea(aidx) : fCam->GetAverageBadArea(aidx),
    775772                      "area idx");
    776       *fLog << "3: " << aidx << endl;
    777     }
    778   *fLog << all << "--2--" << fGeom << " " << fPedestals << endl;
     773    }
    779774 
    780775  *fLog << endl;
Note: See TracChangeset for help on using the changeset viewer.