Changeset 7409 for trunk/MagicSoft/Mars/macros/optim
- Timestamp:
- 11/18/05 17:15:30 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/macros/optim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/optim/optimdisp.C
r7401 r7409 42 42 opt.AddPreCut(&cuts); 43 43 44 -------------------- Energy Slope -------------------- 45 MFEnergySlope slope(-2.8); 46 opt.AddPreCut(&slope); 47 44 48 -------------------- Other cuts ---------------------- 45 49 opt.AddPreCut("MNewImagePar.fLeakage1<0.0001"); -
trunk/MagicSoft/Mars/macros/optim/optimenergy.C
r7401 r7409 38 38 opt.AddPreCut(&cuts); 39 39 40 -------------------- Energy Slope -------------------- 41 MFEnergySlope slope(-2.8); 42 opt.AddPreCut(&slope); 43 40 44 -------------------- Other cuts ---------------------- 41 45 opt.AddPreCut("MPointingPos.fZd<7");
Note:
See TracChangeset
for help on using the changeset viewer.