Ignore:
Timestamp:
09/14/04 19:04:01 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.cc

    r4999 r5012  
    188188    fHThetaLambda.SetTitle("Slope (Rate) vs Theta");
    189189    fHThetaLambda.SetXTitle("\\Theta [\\circ]");
    190     fHThetaLambda.SetYTitle("\\labda");
     190    fHThetaLambda.SetYTitle("\\lambda [s^{-1}]");
    191191    fHThetaLambda.UseCurrentStyle();
    192192    fHThetaLambda.SetDirectory(NULL);
     
    197197    fHTimeLambda.SetTitle("Slope (Rate) vs Time");
    198198    fHTimeLambda.SetXTitle("\\Time [\\circ]");
    199     fHTimeLambda.SetYTitle("\\lambda");
     199    fHTimeLambda.SetYTitle("\\lambda [s^{-1}]");
    200200    fHTimeLambda.UseCurrentStyle();
    201201    fHTimeLambda.SetDirectory(NULL);
     
    318318    // parameter 1 = N0*del
    319319    //
    320     static TF1 func("Poisson", " [1]*[2] * [0] * exp(-[0] *x)");
     320    TF1 func("Poisson", " [1]*[2] * [0] * exp(-[0] *x)");
    321321    //func.SetParNames("lambda", "N0", "del");
    322322
     
    791791    AppendPad("time");
    792792    fHTimeLambda.Draw("same");
    793     DrawRightAxis("\\lambda");
     793    DrawRightAxis("\\lambda [s^{-1}]");
    794794
    795795    pad->cd(2);
     
    821821    AppendPad("theta");
    822822    fHThetaLambda.Draw("same");
    823     DrawRightAxis("\\lambda");
    824 }
     823    DrawRightAxis("\\lambda [s^{-1}]");
     824}
Note: See TracChangeset for help on using the changeset viewer.