Changeset 7797
- Timestamp:
- 07/18/06 22:39:31 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7789 r7797 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/07/19 Thomas Bretz 21 22 * msignal/MArrivalTimeCam.cc: 23 - added case 7 and 2 in GetPixelContent 24 25 26 20 27 2006/07/13 Thomas Bretz 21 28 -
trunk/MagicSoft/Mars/msignal/MArrivalTimeCam.cc
r6856 r7797 159 159 val = (*this)[idx].GetArrivalTimeHiGain(); 160 160 break; 161 case 7: 162 if ((*this)[idx].GetNumHiGainSaturated() == 0) 163 return kFALSE; 164 165 val = (*this)[idx].GetArrivalTimeHiGainError()-(*this)[idx].GetArrivalTimeLoGain(); 166 return kTRUE; 167 case 2: 168 val = (*this)[idx].GetArrivalTimeLoGain(); 169 161 170 default: 162 171 return kFALSE;
Note:
See TracChangeset
for help on using the changeset viewer.