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/MJCalibrateSignal.cc

    r6979 r7005  
    460460    MTriggerPatternDecode     decode;
    461461
     462    // This will make that for data with version less than 5, where
     463    // trigger patterns were not yet correct, all the events in the real
     464    // data file will be processed. In any case there are no interleaved
     465    // calibration events in such data, so this is fine.
    462466    MFTriggerPattern ftp;
    463467    ftp.SetDefault(kTRUE);
     
    467471    //    ftp.DenyPinDiode();
    468472    ftp.SetInverted();
     473
     474    // This will skip interleaved calibration events and pedestal events (if any)
     475    // --> tlist2
    469476    MContinue conttp(&ftp, "ContTrigPattern");
    470     // --> tlist2
    471477
    472478    // Do signal and pedestal calculation
Note: See TracChangeset for help on using the changeset viewer.