Changeset 4109 for trunk/MagicSoft/Mars
- Timestamp:
- 05/20/04 21:04:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4108 r4109 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/19: Markus Gaug 22 23 * mcalib/MCalibrationChargeCam.cc 24 - replaced a small bug in Print() which gave a segmentation 25 violation 26 27 * mjobs/MJCalibration.cc 28 * mjobs/MExtractCalibTest.cc 29 - use cosmics filter only for CT1 pulser runs 20 30 21 31 2004/05/19: Abelardo Moralejo -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r3936 r4109 250 250 251 251 TIter Next6(fAverageSectors); 252 while ((pix=(MCalibrationChargePix*)Next 5()))252 while ((pix=(MCalibrationChargePix*)Next6())) 253 253 { 254 254 *fLog << all << "Average Sector:" -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4066 r4109 971 971 } 972 972 973 tlist.AddToList(&cont); 973 if (fColor == MCalibrationCam::kCT1) 974 tlist.AddToList(&cont); 975 974 976 tlist.AddToList(&fillcam); 975 977 tlist.AddToList(&fillpin);
Note:
See TracChangeset
for help on using the changeset viewer.