Changeset 7022 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 05/12/05 19:20:44 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
r7015 r7022 45 45 46 46 #include <TH1.h> 47 #include <TF1.h> 47 48 #include <TPad.h> 48 49 #include <TLatex.h> … … 207 208 fHistBroad.Draw(); 208 209 210 TF1 ref("RefShape", "0.112*x*x - 0.413*x + 0.404", 0.7, 1.2); 211 ref.SetLineColor(kBlue); 212 ref.SetLineWidth(1); 213 ref.SetLineStyle(kDashed); 214 ref.DrawCopy("same"); 215 209 216 AppendPad("pad4"); 210 217 }
Note:
See TracChangeset
for help on using the changeset viewer.