Changeset 7005 for trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
- Timestamp:
- 05/10/05 12:13:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6979 r7005 460 460 MTriggerPatternDecode decode; 461 461 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. 462 466 MFTriggerPattern ftp; 463 467 ftp.SetDefault(kTRUE); … … 467 471 // ftp.DenyPinDiode(); 468 472 ftp.SetInverted(); 473 474 // This will skip interleaved calibration events and pedestal events (if any) 475 // --> tlist2 469 476 MContinue conttp(&ftp, "ContTrigPattern"); 470 // --> tlist2471 477 472 478 // Do signal and pedestal calculation
Note:
See TracChangeset
for help on using the changeset viewer.