Changeset 2794


Ignore:
Timestamp:
01/13/04 17:39:15 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2793 r2794  
    2929     - Histograms not fitted if they are empty
    3030     - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
     31
     32   * mcalib/MCalibrationCam.cc
     33     - Square Root of Reduced Sigmas not taken, if they are < 0.
     34     - Reduced Sigma / Charge squared replaced by reduced sigma / charge
     35
    3136
    3237 2004/01/13: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h

    r2764 r2794  
    112112
    113113  // FIXME: Remove this from stored data members
    114   Float_t GetPed()    const { return fPed;    }
    115   Float_t GetPedRms() const { return fPedRms; }
     114  Float_t GetPed()                             const { return fPed;    }
     115  Float_t GetPedRms()                          const { return fPedRms; }
    116116
    117117  // Setter
Note: See TracChangeset for help on using the changeset viewer.