- Timestamp:
- 02/05/04 17:32:18 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3030 r3031 25 25 * mcalib/MCalibrate.cc: 26 26 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix 27 28 * manalysis/MArrivalTimeCalc.cc 29 - default step width 100 ps. 30 - look for half maximum (at rising edge) 27 31 28 32 -
trunk/MagicSoft/Mars/mcalib/MCalibrate.cc
r3007 r3031 167 167 if(fCalibrationMode!=kNone) 168 168 { 169 constMCalibrationPix &pix = (*fCalibrations)[pixidx];169 MCalibrationPix &pix = (*fCalibrations)[pixidx]; 170 170 171 171 if (!pix.IsChargeFitValid())
Note:
See TracChangeset
for help on using the changeset viewer.