Changeset 8713 for trunk/MagicSoft
- Timestamp:
- 08/27/07 14:16:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
r8695 r8713 220 220 txt.SetTextColor(kBlue); 221 221 222 TF1 ref("RefShape100%", "- 131+1333*x-385*x*x", fgIntegralLoLim, fgIntegralUpLim);222 TF1 ref("RefShape100%", "-77.07+1249.3*x-351.2*x*x", fgIntegralLoLim, fgIntegralUpLim); 223 223 // old: 573*x + 430 224 224 ref.SetLineColor(kBlue); … … 239 239 240 240 ref.SetName("RefShape12mm"); 241 ref.Compile(" 0.0655*x*x - 0.226*x + 0.226");241 ref.Compile("- 0.02711*x + 0.09359"); 242 242 gROOT->GetListOfFunctions()->Remove(ref.DrawCopy("same")); 243 243
Note:
See TracChangeset
for help on using the changeset viewer.