Changeset 5012 for trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.cc
- Timestamp:
- 09/14/04 19:04:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.cc
r4999 r5012 188 188 fHThetaLambda.SetTitle("Slope (Rate) vs Theta"); 189 189 fHThetaLambda.SetXTitle("\\Theta [\\circ]"); 190 fHThetaLambda.SetYTitle("\\la bda");190 fHThetaLambda.SetYTitle("\\lambda [s^{-1}]"); 191 191 fHThetaLambda.UseCurrentStyle(); 192 192 fHThetaLambda.SetDirectory(NULL); … … 197 197 fHTimeLambda.SetTitle("Slope (Rate) vs Time"); 198 198 fHTimeLambda.SetXTitle("\\Time [\\circ]"); 199 fHTimeLambda.SetYTitle("\\lambda ");199 fHTimeLambda.SetYTitle("\\lambda [s^{-1}]"); 200 200 fHTimeLambda.UseCurrentStyle(); 201 201 fHTimeLambda.SetDirectory(NULL); … … 318 318 // parameter 1 = N0*del 319 319 // 320 staticTF1 func("Poisson", " [1]*[2] * [0] * exp(-[0] *x)");320 TF1 func("Poisson", " [1]*[2] * [0] * exp(-[0] *x)"); 321 321 //func.SetParNames("lambda", "N0", "del"); 322 322 … … 791 791 AppendPad("time"); 792 792 fHTimeLambda.Draw("same"); 793 DrawRightAxis("\\lambda ");793 DrawRightAxis("\\lambda [s^{-1}]"); 794 794 795 795 pad->cd(2); … … 821 821 AppendPad("theta"); 822 822 fHThetaLambda.Draw("same"); 823 DrawRightAxis("\\lambda ");824 } 823 DrawRightAxis("\\lambda [s^{-1}]"); 824 }
Note:
See TracChangeset
for help on using the changeset viewer.