Changeset 2794
- Timestamp:
- 01/13/04 17:39:15 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2793 r2794 29 29 - Histograms not fitted if they are empty 30 30 - 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 31 36 32 37 2004/01/13: Abelardo Moralejo -
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.h
r2764 r2794 112 112 113 113 // 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; } 116 116 117 117 // Setter
Note:
See TracChangeset
for help on using the changeset viewer.