Changeset 3989
- Timestamp:
- 05/05/04 18:55:53 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3988 r3989 20 20 21 21 2004/05/05: Markus Gaug 22 23 * mcalib/MHGausEvents.cc 24 - removed some warning saying "Cannot create Fourier spectrum" 22 25 23 26 * mcalib/MCalibrationChargePix.cc -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r3961 r3989 373 373 if (fEvents.GetSize() < 8) 374 374 { 375 /* 375 376 *fLog << warn << "Cannot create Fourier spectrum. " << endl; 376 377 *fLog << warn << "Number of events (after stripping of zeros) is smaller than 8 " 377 378 << "in pixel: " << fPixId << endl; 379 */ 378 380 return; 379 381 }
Note:
See TracChangeset
for help on using the changeset viewer.