Changeset 6074 for trunk/MagicSoft
- Timestamp:
- 01/28/05 10:46:47 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6073 r6074 45 45 - new classes to allow display of changing cal. constants with the 46 46 interlaced cal. events 47 48 * mcalib/MCalibrationChargeCalc.cc 49 - removed stopping of PostProcess in case that the evtloop is 50 finished with interlaced cal. events 47 51 48 52 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r6060 r6074 789 789 790 790 FinalizePedestals(ped,pix,aidx); 791 FinalizeCharges(pix, 792 fIntensCam ? fIntensCam->GetAverageBadArea(aidx) : fCam->GetAverageBadArea(aidx), 793 "area id"); 791 FinalizeCharges(pix, chargecam->GetAverageBadArea(aidx),"area id"); 794 792 } 795 793 … … 821 819 *fLog << warn << "Could not calculate the photons flux from the F-Factor method " << endl; 822 820 chargecam->SetFFactorMethodValid(kFALSE); 823 return kFALSE; 821 if (!fIntensCam) 822 return kFALSE; 824 823 } 825 824
Note:
See TracChangeset
for help on using the changeset viewer.