Changeset 5238 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/12/04 12:39:27 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r5237 r5238  
    17441744
    17451745    if (!IsNoStorage())
    1746       {
    1747         if (!WriteResult(plist.FindObject("MGeomCam")))
    1748           return kFALSE;
    1749       }
     1746      if (!WriteResult(plist.FindObject("MGeomCam")))
     1747        return kFALSE;
    17501748
    17511749    if (IsHistsStorage())
     
    19211919{
    19221920
    1923   if (IsNoStorage())
    1924     return kTRUE;
    1925 
    19261921  if (fPathOut.IsNull())
    19271922    return kTRUE;
     
    19871982Bool_t MJCalibration::WriteHists(MParList &plist)
    19881983{
     1984
    19891985    if (fPathOut.IsNull())
    19901986        return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.