Ignore:
Timestamp:
12/11/06 15:30:05 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjoptim
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjoptim/MJOptimize.cc

    r8091 r8223  
    249249        if (!seq.IsValid())
    250250            return kFALSE;
    251 
    252         seq.SetupDatRuns(files, o->GetTitle(), "I");
     251        if (seq.SetupDatRuns(files, o->GetTitle(), "I")<=0)
     252            return kFALSE;
    253253    }
    254254
  • trunk/MagicSoft/Mars/mjoptim/MJOptimizeCuts.cc

    r7152 r8223  
    299299        return kFALSE;
    300300
     301    *fLog << inf << "Finished processing of " << fname << endl;
     302
    301303    // Copy the result back to be accessible by the user
    302304    if (fit)
  • trunk/MagicSoft/Mars/mjoptim/MJOptimizeDisp.cc

    r7413 r8223  
    202202
    203203    // Print the result
    204     *fLog << inf << "Rule: " << rule << endl;
     204    *fLog << inf << "Finished processing of " << fname << endl;
     205    *fLog << inf << "With Rule: " << rule << endl;
    205206    hist.GetAlphaFitter().Print("result");
    206207
  • trunk/MagicSoft/Mars/mjoptim/MJOptimizeEnergy.cc

    r7169 r8223  
    143143
    144144    // Print the result
    145     *fLog << inf << "Rule: " << rule << endl;
     145    *fLog << inf << "Finished processing of " << fname << endl;
     146    *fLog << inf << "With Rule: " << rule << endl;
    146147    hist.Print();
    147148
Note: See TracChangeset for help on using the changeset viewer.