Changeset 5130 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 09/25/04 12:23:34 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h
r5047 r5130 37 37 #pragma link C++ class MCalibrationBlindCamOneOldStyle+; 38 38 #pragma link C++ class MCalibrationBlindCamTwoNewStyle+; 39 #pragma link C++ class MCalibrationChargeBlindCam+;40 #pragma link C++ class MCalibrationChargeBlindPix+;41 39 #pragma link C++ class MCalibrationChargePINDiode+; 42 40 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r5045 r5130 464 464 // Get the reduced Sigma: 465 465 // - If fRSigmaSquare is smaller than 0 (i.e. has not yet been set), return -1. 466 // - Test bit kHiGainSaturation:467 // If yes, return square root of fRSigmaSquare, multiplied with fConversionHiLo,468 // If no , return square root of fRSigmaSquare469 466 // 470 467 Float_t MCalibrationChargePix::GetRSigma() const … … 483 480 // - Calculate the absolute variance of the reduced sigma with the formula: 484 481 // reduced sigma variance = 0.25 * fRSigmaSquareVar / fRSigmaSquare 485 // - Test bit kHiGainSaturation:486 // If yes, returns the square root of the quadratic sum of the relative variances of the487 // reduced sigma and fConversionHiLo, mulitplied with GetRSigma()488 // Else returns the square root of rel. (0.25*fRSigmaSquareVar / fRSigmaSquare)489 482 // 490 483 Float_t MCalibrationChargePix::GetRSigmaErr() const -
trunk/MagicSoft/Mars/mcalib/Makefile
r5047 r5130 61 61 MCalibrationBlindCamOneOldStyle.cc \ 62 62 MCalibrationBlindCamTwoNewStyle.cc \ 63 MCalibrationChargeBlindCam.cc \64 MCalibrationChargeBlindPix.cc \65 63 MCalibrationChargePINDiode.cc \ 66 64 MMcCalibrationCalc.cc
Note:
See TracChangeset
for help on using the changeset viewer.