Ignore:
Timestamp:
06/02/05 15:24:33 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7122 r7125  
    318318    MHAlpha *histof = CreateNewHist("HistOff");
    319319
     320    if (!histon || !histof)
     321        return kFALSE;
     322
    320323    const Bool_t rc = RunOnOffCore(*histon, *histof, fname, filter, fit, tree);
    321324
     
    332335    MHAlpha *histon = CreateNewHist();
    333336
     337    if (!histon)
     338        return kFALSE;
     339
    334340    const Bool_t rc = RunOnCore(*histon, fname, filter, fit);
    335341
Note: See TracChangeset for help on using the changeset viewer.