Ignore:
Timestamp:
04/16/04 19:17:36 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MEventDisplay.cc

    r3753 r3768  
    265265
    266266        MExtractSignal* extra = new MExtractSignal();
    267         extra->SetRange(5, 9, 5, 9);
     267        extra->SetRange(5, 10, 5, 10);
     268        extra->SetSaturationLimit(240);
    268269
    269270        MMcCalibrationUpdate* mcupd = new MMcCalibrationUpdate;
     
    271272
    272273        MCalibrate* mccal = new MCalibrate;
    273         mccal->SetCalibrationMode(MCalibrate::kDummy);
     274        mccal->SetCalibrationMode(MCalibrate::kFfactor);
    274275
    275276        // MC
Note: See TracChangeset for help on using the changeset viewer.