Changeset 5563
- Timestamp:
- 12/06/04 14:08:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5557 r5563 239 239 const Float_t MCalibrationChargeCalc::fgFFactorErrLimit = 4.5; 240 240 const TString MCalibrationChargeCalc::fgNamePedestalCam = "MPedestalCam"; 241 241 242 // -------------------------------------------------------------------------- 242 243 // … … 760 761 } 761 762 762 *fLog << all << "--1--" << fGeom << " " << fPedestals << endl;763 764 763 for (UInt_t aidx=0; aidx<fGeom->GetNumAreas(); aidx++) 765 764 { … … 768 767 MCalibrationChargePix &pix = (MCalibrationChargePix&)chargecam->GetAverageArea(aidx); 769 768 770 *fLog << "1: " << aidx << " " << &ped << " " << &pix << endl;771 769 FinalizePedestals(ped,pix,aidx); 772 *fLog << "2: " << aidx << endl;773 770 FinalizeCharges(pix, 774 771 fIntensCam ? fIntensCam->GetAverageBadArea(aidx) : fCam->GetAverageBadArea(aidx), 775 772 "area idx"); 776 *fLog << "3: " << aidx << endl; 777 } 778 *fLog << all << "--2--" << fGeom << " " << fPedestals << endl; 773 } 779 774 780 775 *fLog << endl;
Note:
See TracChangeset
for help on using the changeset viewer.