Changeset 3735
- Timestamp:
- 04/14/04 16:56:08 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3734 r3735 43 43 2004/04/14: Markus Gaug 44 44 45 * macros/mccalibrate.C, mmain/MEventDisplay.cc: 46 - replaced SetCalibrationMethod by SetCalibrationMode 47 45 48 * htmldoc/images/CalibClasses.gif 46 49 * htmldoc/images/RelTimeClasses.gif -
trunk/MagicSoft/Mars/macros/mccalibrate.C
r3734 r3735 101 101 102 102 MCalibrate calib; // Transforms signals from ADC counts into photons. 103 calib.SetCalibrationM ethod(MCalibrate::kDummy);103 calib.SetCalibrationMode(MCalibrate::kDummy); 104 104 105 105 // MBlindPixelCalc blind; -
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r3734 r3735 271 271 272 272 MCalibrate* mccal = new MCalibrate; 273 mccal->SetCalibrationM ethod(MCalibrate::kDummy);273 mccal->SetCalibrationMode(MCalibrate::kDummy); 274 274 275 275 // MC
Note:
See TracChangeset
for help on using the changeset viewer.