Ignore:
Timestamp:
05/10/05 12:13:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r6998 r7005  
    940940    }
    941941
     942    // This will make that for data with version less than 5, where
     943    // trigger patterns were not yet correct, all the events in the real
     944    // data file will be processed. In any case there are no interleaved
     945    // calibration events in such data, so this is fine.
    942946    MFTriggerPattern fcalib("CalibFilter");
     947    fcalib.SetDefault(kFALSE);
    943948    fcalib.RequireCalibration();
    944949    fcalib.SetInverted();
Note: See TracChangeset for help on using the changeset viewer.