Changeset 19306 for trunk/Mars/mhflux


Ignore:
Timestamp:
10/25/18 19:43:12 (6 years ago)
Author:
tbretz
Message:
Replaced \circ by #circ because the old one looks weird.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhflux/MAlphaFitter.cc

    r19002 r19306  
    497497    const Int_t    l1 = w<=0 ? 0 : (Int_t)TMath::Ceil(-TMath::Log10(w));
    498498    const Int_t    l2 = m<=0 ? 0 : (Int_t)TMath::Ceil(-TMath::Log10(m));
    499     const TString fmt = MString::Format("\\sigma_{L/M}=%%.1f  \\omega=%%.%df\\circ  E=%%d B=%%d  x<%%.%df  \\tilde\\chi_{b}=%%.1f  \\tilde\\chi_{s}=%%.1f  c=%%.1f  f=%%.2f",
     499    const TString fmt = MString::Format("\\sigma_{L/M}=%%.1f  \\omega=%%.%df#circ  E=%%d B=%%d  x<%%.%df  \\tilde\\chi_{b}=%%.1f  \\tilde\\chi_{s}=%%.1f  c=%%.1f  f=%%.2f",
    500500                                        l1<1?1:l1+1, l2<1?1:l2+1);
    501501    const TString txt = MString::Format(fmt.Data(), fSignificance, w, (int)fEventsExcess,
Note: See TracChangeset for help on using the changeset viewer.