Changeset 5238
- Timestamp:
- 10/12/04 12:39:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r5237 r5238 1744 1744 1745 1745 if (!IsNoStorage()) 1746 { 1747 if (!WriteResult(plist.FindObject("MGeomCam"))) 1748 return kFALSE; 1749 } 1746 if (!WriteResult(plist.FindObject("MGeomCam"))) 1747 return kFALSE; 1750 1748 1751 1749 if (IsHistsStorage()) … … 1921 1919 { 1922 1920 1923 if (IsNoStorage())1924 return kTRUE;1925 1926 1921 if (fPathOut.IsNull()) 1927 1922 return kTRUE; … … 1987 1982 Bool_t MJCalibration::WriteHists(MParList &plist) 1988 1983 { 1984 1989 1985 if (fPathOut.IsNull()) 1990 1986 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.