Changeset 8664 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/11/07 15:09:54 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8663 r8664  
    1818
    1919                                                 -*-*- 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
    2027
    2128 2007/08/10 Thomas Bretz
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.cc

    r8636 r8664  
    993993    ptxt->SetTextAlign(23);
    994994
    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());
    997999    ptxt = pave->AddText(txt);
    9981000    ptxt->SetTextAlign(23);
Note: See TracChangeset for help on using the changeset viewer.