Changeset 3735


Ignore:
Timestamp:
04/14/04 16:56:08 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3734 r3735  
    4343 2004/04/14: Markus Gaug
    4444 
     45   * macros/mccalibrate.C, mmain/MEventDisplay.cc:
     46     - replaced SetCalibrationMethod by SetCalibrationMode
     47
    4548   * htmldoc/images/CalibClasses.gif
    4649   * htmldoc/images/RelTimeClasses.gif
  • trunk/MagicSoft/Mars/macros/mccalibrate.C

    r3734 r3735  
    101101
    102102  MCalibrate calib; // Transforms signals from ADC counts into photons.
    103   calib.SetCalibrationMethod(MCalibrate::kDummy);
     103  calib.SetCalibrationMode(MCalibrate::kDummy);
    104104
    105105  //    MBlindPixelCalc   blind;
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r3734 r3735  
    271271
    272272        MCalibrate* mccal = new MCalibrate;
    273         mccal->SetCalibrationMethod(MCalibrate::kDummy);
     273        mccal->SetCalibrationMode(MCalibrate::kDummy);
    274274
    275275        // MC
Note: See TracChangeset for help on using the changeset viewer.