Changeset 4283 for trunk/MagicSoft
- Timestamp:
- 06/08/04 15:57:03 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4280 r4283 25 25 - reduce number of default bins in AzimuthProfile 26 26 - use MatchSector in AzimuthProfile, like in RadialProfile 27 28 * mcalib/MCalibrationChargeCalc.cc 29 - fix lower limit for deviation F-Factor to 1.1. This discarts a 30 smaller number of especially outer pixels in some runs taken with 31 the CT1 pulser box. 27 32 28 33 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r4275 r4283 1330 1330 avffactorphotons[i] /= numffactor[i]; 1331 1331 avffactorphotvar[i] /= numffactor[i]; 1332 lowlim [i] = avffactorphotons[i] - fFFactorErrLimit*TMath::Sqrt(avffactorphotvar[i]);1332 lowlim [i] = 1.1; 1333 1333 upplim [i] = avffactorphotons[i] + fFFactorErrLimit*TMath::Sqrt(avffactorphotvar[i]); 1334 1334 }
Note:
See TracChangeset
for help on using the changeset viewer.