Ignore:
Timestamp:
11/18/05 17:15:30 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros/optim
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/optim/optimdisp.C

    r7401 r7409  
    4242     opt.AddPreCut(&cuts);
    4343
     44     -------------------- Energy Slope --------------------
     45     MFEnergySlope slope(-2.8);
     46     opt.AddPreCut(&slope);
     47
    4448     -------------------- Other cuts ----------------------
    4549     opt.AddPreCut("MNewImagePar.fLeakage1<0.0001");
  • trunk/MagicSoft/Mars/macros/optim/optimenergy.C

    r7401 r7409  
    3838     opt.AddPreCut(&cuts);
    3939
     40     -------------------- Energy Slope --------------------
     41     MFEnergySlope slope(-2.8);
     42     opt.AddPreCut(&slope);
     43
    4044     -------------------- Other cuts ----------------------
    4145     opt.AddPreCut("MPointingPos.fZd<7");
Note: See TracChangeset for help on using the changeset viewer.