Changeset 8664 for trunk/MagicSoft
- Timestamp:
- 08/11/07 15:09:54 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8663 r8664 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2007/08/11 Thomas Bretz 22 23 * mhflux/MHAlpha.cc: 24 - on special request omega has been removed from the nice plot 25 26 20 27 21 28 2007/08/10 Thomas Bretz -
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r8636 r8664 993 993 ptxt->SetTextAlign(23); 994 994 995 sprintf(txt, "Significance %.1f\\sigma, off-scale %.2f (\\omega=%.2f\\circ)", 996 fFit.GetSignificance(), fFit.GetScaleFactor(), fFit.GetGausSigma()); 995 //sprintf(txt, "Significance %.1f\\sigma, off-scale %.2f (\\omega=%.2f\\circ)", 996 // fFit.GetSignificance(), fFit.GetScaleFactor(), fFit.GetGausSigma()); 997 sprintf(txt, "Significance %.1f\\sigma, off-scale %.2f", 998 fFit.GetSignificance(), fFit.GetScaleFactor()); 997 999 ptxt = pave->AddText(txt); 998 1000 ptxt->SetTextAlign(23);
Note:
See TracChangeset
for help on using the changeset viewer.