Changeset 5371 for trunk/MagicSoft/Mars
- Timestamp:
- 11/10/04 16:20:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5367 r5371 21 21 -*-*- END OF LINE -*-*- 22 22 2004/11/10: Markus Gaug 23 24 * mhcalib/MHCalibrationRelTimeCam.cc 25 - reduced nr of bins from 900 to 200 which is sufficient. 26 Apparently, Nadia had got some problems with the high memory 27 needed. 23 28 24 29 * msignal/MExtractTimeAndChargeDigitalFilter.cc -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
r5201 r5371 126 126 const Float_t MHCalibrationRelTimeCam::fgNumHiGainSaturationLimit = 0.25; 127 127 const UInt_t MHCalibrationRelTimeCam::fgReferencePixel = 1; 128 const Int_t MHCalibrationRelTimeCam::fgNbins = 900;128 const Int_t MHCalibrationRelTimeCam::fgNbins = 200; 129 129 const Axis_t MHCalibrationRelTimeCam::fgFirst = -5.; 130 130 const Axis_t MHCalibrationRelTimeCam::fgLast = 5.; … … 333 333 const MArrivalTimePix &refpix = (*arrtime)[fReferencePixel]; 334 334 const Float_t reftime = refpix.IsLoGainUsed() 335 ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain();335 ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain(); 336 336 337 337 for (Int_t i=0; i<npixels; i++)
Note:
See TracChangeset
for help on using the changeset viewer.