Changeset 3558 for trunk/MagicSoft
- Timestamp:
- 03/19/04 21:11:36 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3556 r3558 52 52 conversion is only done in the getters 53 53 - Canceled function ApplyLoGainConversion (for same reason) 54 55 * msignal/MExtractSignal2.cc 56 - remove uncommented piece of code 57 58 * msignal/MExtractSignal.cc 59 * msignal/MExtractSignal2.cc 60 - remove warning about pixel with low gain saturation, 61 now in MBadPixelsPix 54 62 55 63 -
trunk/MagicSoft/Mars/msignal/MExtractSignal.cc
r3446 r3558 151 151 152 152 UInt_t sat=0; 153 TString satpixels;154 153 155 154 while (pixel.Next()) … … 167 166 168 167 if (satlo) 169 { 170 sat++; 171 satpixels += Form(" %d", pixel.GetPixelId()); 172 } 168 sat++; 173 169 } 174 170 … … 187 183 188 184 } /* while (pixel.Next()) */ 189 190 if (sat)191 *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels with Index:" << satpixels << endl;192 185 193 186 fSignals->SetReadyToSave(); -
trunk/MagicSoft/Mars/msignal/MExtractSignal2.cc
r3446 r3558 164 164 return kFALSE; 165 165 } 166 /*167 fArrivalTime = (MArrivalTime*)pList->FindCreateObj(AddSerialNumber("MArrivalTime"));168 if (!fArrivalTime)169 return kFALSE;170 */171 166 return kTRUE; 172 167 } … … 259 254 } /* while (pixel.Next()) */ 260 255 261 //262 // Print a warning if evant has saturationg lo-gains263 //264 if (sat)265 *fLog << warn << "WARNING - Lo Gain saturated in " << sat << " pixels." << endl;266 256 267 257 fSignals->SetReadyToSave();
Note:
See TracChangeset
for help on using the changeset viewer.