- Timestamp:
- 08/21/06 20:33:45 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7898 r7900 47 47 * mjobs/MJCalibration.cc, mjobs/MJCalibTest.cc: 48 48 - replaced default extractor bt our default spline extractor 49 50 * mbase/MMath.[h,cc]: 51 - added the possibility in GetMedianDev to retriev the 52 intermediate median 53 - updated comments 54 55 * mhflux/MHEnergyEst.cc: 56 - replaces old Form() by MString::Format 57 58 * msignal/MExtractTimeAndCharge.cc: 59 - mark an extracted signal as invalid if more than 6 logain 60 slices have saturated 49 61 50 62 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r7884 r7900 293 293 sumlo, deltasumlo, timelo, deltatimelo, 294 294 satlo, ped, logainabflag); 295 296 if (satlo>6) 297 deltasumlo=deltatimelo=-1; 295 298 } 296 299 fLoGainFirst = fLoGainFirstSave;
Note:
See TracChangeset
for help on using the changeset viewer.