Changeset 6689 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 02/28/05 19:18:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r6563 r6689 2104 2104 cont.Add(IsIntensity() ? (TObject*)&fIntensRelTimeCam : (TObject*)&fRelTimeCam); 2105 2105 2106 if (fExtractorCam.GetSize() != 0) 2107 cont.Add(&fExtractorCam); 2108 2109 TObject *pedcam = plist.FindObject("MPedestalCam"); 2110 if (!pedcam) 2111 *fLog << warn << " - WARNING - MPedestalCam (fundamental)... not found for writing!" << endl; 2112 else 2113 cont.Add(pedcam); 2114 2106 2115 TObject *geom = plist.FindObject("MGeomCam"); 2107 2116 if (!geom)
Note:
See TracChangeset
for help on using the changeset viewer.