Changeset 6004 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/25/05 23:11:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r5996 r6004 119 119 #include "MCalibrationIntensityQECam.h" 120 120 121 #include "MCalibrationPatternDecode.h" 121 122 #include "MCalibrationCam.h" 122 123 #include "MCalibrationQECam.h" … … 1621 1622 // Other Tasks 1622 1623 // 1624 MCalibrationPatternDecode decode; 1623 1625 MGeomApply apply; 1624 1626 apply.SetGeometry(fGeometry); … … 1693 1695 taskenv.SetDefault(fExtractor); 1694 1696 1697 tlist.AddToList(&decode); 1695 1698 tlist.AddToList(&merge); 1696 1699 tlist.AddToList(&apply);
Note:
See TracChangeset
for help on using the changeset viewer.