Changeset 6838 for trunk/MagicSoft/Mars/callisto.cc
- Timestamp:
- 03/16/05 17:38:52 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/callisto.cc
r6829 r6838 507 507 job2.SetPathIn(kInpathY); 508 508 job2.SetDataType(kDataType); 509 job2.SetPulsePosCheck( );509 job2.SetPulsePosCheck(kDataType!=MJCalib::kIsUseMC); 510 510 job2.SetPathOut(kOutpathY); // for updating the extractor 511 511 … … 576 576 job4.SetPathData(kInpathD); 577 577 job4.SetDataType(kDataType); 578 job4.SetExtractor(*job2.GetExtractor()); 578 if (kDataType!=MJCalib::kIsUseMC) 579 job4.SetExtractor(job2.GetExtractor()); 579 580 580 581 // Where to search for calibration files
Note:
See TracChangeset
for help on using the changeset viewer.