Changeset 17653 for trunk/FACT++/src


Ignore:
Timestamp:
04/04/14 11:25:04 (11 years ago)
Author:
tbretz
Message:
Renormalized the relative nergy threshold to 1 at best conditions.
Location:
trunk/FACT++/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/makedata.cc

    r17651 r17653  
    186186
    187187        if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
    188             cout << ratio*cur/8.1;
     188            cout << ratio*cur/6.2;
    189189        cout << ", ";
    190190
  • trunk/FACT++/src/makeplots.cc

    r17651 r17653  
    320320
    321321            if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
    322                 g3.SetPoint(g3.GetN(), axis, ratio*cur/8.1);
     322                g3.SetPoint(g3.GetN(), axis, ratio*cur/6.2);
    323323
    324324            if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
Note: See TracChangeset for help on using the changeset viewer.