Changeset 5869 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 01/17/05 11:54:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHFalseSource.cc
r5776 r5869 624 624 // Than for their projections 625 625 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)); 627 627 628 628 TH1D *h0=0; … … 1104 1104 if (maxx>0 && maxy>0) 1105 1105 { 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) ", 1107 1107 hist->GetXaxis()->GetBinCenter(maxx), 1108 1108 hist->GetYaxis()->GetBinCenter(maxy), maxs); … … 1211 1211 leg->SetBorderSize(1); 1212 1212 leg->SetTextSize(0.1); 1213 leg->AddText(Form(" \\sigma_{max}=%.1fat \\alpha_{max}=%d\\circ", maxsig, max));1213 leg->AddText(Form("S_{max}=%.1f\\sigma at \\alpha_{max}=%d\\circ", maxsig, max)); 1214 1214 leg->SetBit(kCanDelete); 1215 1215 leg->Draw();
Note:
See TracChangeset
for help on using the changeset viewer.