- Timestamp:
- 04/05/14 19:31:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/makeplots.cc
r17654 r17656 201 201 c3.SetLogy(); 202 202 hframe.GetYaxis()->SetTitle("Estimated relative threshold"); 203 hframe.GetYaxis()->SetMoreLogLabels(); 203 204 hframe.SetMinimum(0.9); 204 hframe.SetMaximum(1 80);205 hframe.SetMaximum(11); 205 206 hframe.DrawCopy(); 206 207 … … 321 322 322 323 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)); 324 325 325 326 if (no_limits || (cur<max_current && 90-hrz.alt<max_zd))
Note:
See TracChangeset
for help on using the changeset viewer.