- Timestamp:
- 03/03/05 22:41:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc
r6729 r6733 147 147 const Byte_t MHCalibrationPulseTimeCam::fgSaturationLimit = 255; 148 148 const Byte_t MHCalibrationPulseTimeCam::fgLowerSignalLimit = 100; 149 const Int_t MHCalibrationPulseTimeCam::fgNumPixelsRequired = 4;149 const Int_t MHCalibrationPulseTimeCam::fgNumPixelsRequired = 2; 150 150 const Int_t MHCalibrationPulseTimeCam::fgHiGainNbins = 40; 151 151 const Axis_t MHCalibrationPulseTimeCam::fgHiGainFirst = -0.5; … … 440 440 p++; 441 441 } 442 443 // *fLog << (Int_t)max << " " << (Int_t)maxpos << endl; 442 444 443 445 if (max < fLowerSignalLimit)
Note:
See TracChangeset
for help on using the changeset viewer.