Changeset 5130


Ignore:
Timestamp:
09/25/04 12:23:34 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5129 r5130  
    2424     - added function SetPulserColor which was only available in
    2525       MCalibrationBlindPix.
     26
     27   * mcalib/MCalibrationChargeBlindCam.[h,cc]
     28   * mcalib/MCalibrationChargeBlindPix.[h,cc]
     29   * mcalib/Makefile
     30   * mcalib/CalibLinkDef.h
     31     - removed the two classes since obsolete
    2632
    2733   * mcalib/MCalibrationCam.h
  • trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h

    r5047 r5130  
    3737#pragma link C++ class MCalibrationBlindCamOneOldStyle+;
    3838#pragma link C++ class MCalibrationBlindCamTwoNewStyle+;
    39 #pragma link C++ class MCalibrationChargeBlindCam+;
    40 #pragma link C++ class MCalibrationChargeBlindPix+;
    4139#pragma link C++ class MCalibrationChargePINDiode+;
    4240
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc

    r5045 r5130  
    464464// Get the reduced Sigma:
    465465// - 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 fRSigmaSquare
    469466//
    470467Float_t MCalibrationChargePix::GetRSigma()  const
     
    483480// - Calculate the absolute variance of the reduced sigma with the formula:
    484481//   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 the
    487 //           reduced sigma and fConversionHiLo, mulitplied with GetRSigma()
    488 //   Else returns the square root of rel. (0.25*fRSigmaSquareVar / fRSigmaSquare)
    489482//
    490483Float_t MCalibrationChargePix::GetRSigmaErr()  const
  • trunk/MagicSoft/Mars/mcalib/Makefile

    r5047 r5130  
    6161           MCalibrationBlindCamOneOldStyle.cc  \
    6262           MCalibrationBlindCamTwoNewStyle.cc  \
    63            MCalibrationChargeBlindCam.cc  \
    64            MCalibrationChargeBlindPix.cc  \
    6563           MCalibrationChargePINDiode.cc  \
    6664           MMcCalibrationCalc.cc
Note: See TracChangeset for help on using the changeset viewer.