Ignore:
Timestamp:
04/25/05 15:37:35 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6965 r6978  
    914914    histof.SkipHistTheta();
    915915    //histof.SkipHistEnergy();
    916     histon.InitMapping(&m, 0);
    917     histof.InitMapping(&m, 0);
     916    histon.ForceUsingSize();
     917    histof.ForceUsingSize();
     918    histon.InitMapping(&m, 1);
     919    histof.InitMapping(&m, 1);
    918920
    919921    if (filter && filter->InheritsFrom(MFMagicCuts::Class()))
Note: See TracChangeset for help on using the changeset viewer.