Changeset 17656 for trunk


Ignore:
Timestamp:
04/05/14 19:31:50 (11 years ago)
Author:
tbretz
Message:
To calculate the relative energy threshold not the current must be used but the trigger threshold -- used the numbers from the paper; adapted y-scale of the plot accordingly
File:
1 edited

Legend:

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

    r17654 r17656  
    201201    c3.SetLogy();
    202202    hframe.GetYaxis()->SetTitle("Estimated relative threshold");
     203    hframe.GetYaxis()->SetMoreLogLabels();
    203204    hframe.SetMinimum(0.9);
    204     hframe.SetMaximum(180);
     205    hframe.SetMaximum(11);
    205206    hframe.DrawCopy();
    206207
     
    321322
    322323            if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
    323                 g3.SetPoint(g3.GetN(), axis, ratio*cur/6.2);
     324                g3.SetPoint(g3.GetN(), axis, ratio*pow(cur/6.2, 0.394));
    324325
    325326            if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
Note: See TracChangeset for help on using the changeset viewer.