Changeset 3941 for trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
- Timestamp:
- 05/03/04 14:52:06 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r3940 r3941 72 72 using namespace std; 73 73 74 const Float_t MCalibrationRelTimeCalc::fgRelTimeRelErrLimit = 5.;74 const Float_t MCalibrationRelTimeCalc::fgRelTimeRelErrLimit = 25.; 75 75 // -------------------------------------------------------------------------- 76 76 // … … 292 292 continue; 293 293 294 //if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun))295 //continue;294 if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun)) 295 continue; 296 296 297 297 const Float_t res = pix.GetTimePrecision(); … … 313 313 } 314 314 315 *fLog << err << areasum2[aidx] << " " << areasum[aidx] << " " << numareavalid[aidx] << endl;316 317 315 // Calculate the rms out of sum2: 318 316 areasum2[aidx] = (areasum2[aidx] - areasum[aidx]*areasum[aidx]/numareavalid[aidx]);
Note:
See TracChangeset
for help on using the changeset viewer.