Ignore:
Timestamp:
01/17/05 11:54:30 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHFalseSource.cc

    r5776 r5869  
    624624            // Than for their projections
    625625            TH1 *h = fHist.ProjectionZ("Alpha_z", maxx, maxx, maxy, maxy);
    626             h->SetTitle(Form("Distribution of \\alpha for x=%.2f y=%.2f (\\sigma_{max}=%.1f)", x, y, s));
     626            h->SetTitle(Form("Distribution of \\alpha for x=%.2f y=%.2f (S_{max}=%.1f\\sigma)", x, y, s));
    627627
    628628            TH1D *h0=0;
     
    11041104    if (maxx>0 && maxy>0)
    11051105    {
    1106         const char *title = Form(" \\alpha for x=%.2f y=%.2f (\\sigma_{max}=%.1f) ",
     1106        const char *title = Form(" \\alpha for x=%.2f y=%.2f (S_{max}=%.1f\\sigma) ",
    11071107                                 hist->GetXaxis()->GetBinCenter(maxx),
    11081108                                 hist->GetYaxis()->GetBinCenter(maxy), maxs);
     
    12111211        leg->SetBorderSize(1);
    12121212        leg->SetTextSize(0.1);
    1213         leg->AddText(Form("\\sigma_{max}=%.1f at \\alpha_{max}=%d\\circ", maxsig, max));
     1213        leg->AddText(Form("S_{max}=%.1f\\sigma at \\alpha_{max}=%d\\circ", maxsig, max));
    12141214        leg->SetBit(kCanDelete);
    12151215        leg->Draw();
Note: See TracChangeset for help on using the changeset viewer.