Changeset 19304 for trunk/Mars/mhflux


Ignore:
Timestamp:
10/25/18 19:42:25 (6 years ago)
Author:
tbretz
Message:
Replaced \circ by #circ because the old one looks weird.
Location:
trunk/Mars/mhflux
Files:
7 edited

Legend:

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

    r18957 r19304  
    9393    fHist.SetXTitle("\\Theta [deg]");
    9494    //fHist.SetYTitle("E_{est} [GeV]");
    95     fHist.SetZTitle("|\\alpha| [\\circ]");
     95    fHist.SetZTitle("|\\alpha| [#circ]");
    9696    fHist.SetDirectory(NULL);
    9797    fHist.UseCurrentStyle();
     
    9999    // Main histogram
    100100    fHistTime.SetName("Alpha");
    101     fHistTime.SetXTitle("|\\alpha| [\\circ]");
     101    fHistTime.SetXTitle("|\\alpha| [#circ]");
    102102    fHistTime.SetYTitle("Counts");
    103103    fHistTime.UseCurrentStyle();
     
    113113    fHTheta.SetName("ExcessTheta");
    114114    fHTheta.SetTitle(" N_{exc} vs. \\Theta ");
    115     fHTheta.SetXTitle("\\Theta [\\circ]");
     115    fHTheta.SetXTitle("\\Theta [#circ]");
    116116    fHTheta.SetYTitle("N_{exc}");
    117117    fHTheta.SetDirectory(NULL);
     
    800800        h = (TH1D*)fHist.Project3D("x");
    801801        h->SetBit(TH1::kNoTitle|TH1::kNoStats);
    802         h->SetXTitle("\\theta [\\circ]");
     802        h->SetXTitle("\\theta [#circ]");
    803803        h->SetYTitle("Counts");
    804804        h->SetDirectory(NULL);
  • trunk/Mars/mhflux/MHCollectionArea.cc

    r9851 r19304  
    390390        /*
    391391        h = fHistAll.ProjectionX("ProjAllX", -1, -1, "E");
    392         h->SetXTitle("\\Theta [\\circ]");
     392        h->SetXTitle("\\Theta [#circ]");
    393393        h->SetDirectory(NULL);
    394394        h->SetLineColor(kGreen);
     
    397397        */
    398398        h = fHistSel.ProjectionX("ProjSelX", -1, -1, "E");
    399         h->SetXTitle("\\Theta [\\circ]");
     399        h->SetXTitle("\\Theta [#circ]");
    400400        h->SetDirectory(NULL);
    401401        h->SetLineColor(kRed);
  • trunk/Mars/mhflux/MHDisp.cc

    r19248 r19304  
    8282    fHist.SetName("Alpha");
    8383    fHist.SetTitle("3D-plot of ThetaSq vs x, y");
    84     fHist.SetXTitle("dx [\\circ]");
    85     fHist.SetYTitle("dy [\\circ]");
     84    fHist.SetXTitle("dx [#circ]");
     85    fHist.SetYTitle("dy [#circ]");
    8686    fHist.SetZTitle("Eq.cts");
    8787
     
    624624            h2->Fit(&func, "IQ", "", 0, 1.0);
    625625
    626             h2->SetTitle(MString::Format("P=(%.2f\\circ/%.2f\\circ) \\omega=%.2f\\circ f=%.2f",
     626            h2->SetTitle(MString::Format("P=(%.2f#circ/%.2f#circ) \\omega=%.2f#circ f=%.2f",
    627627                                         x0, y0, func.GetParameter(2), TMath::Abs(scale)));
    628628        }
     
    709709    //TH1F *h = new TH1F("RadProf", "Radial Profile", nbin, 0, maxr);
    710710    //h->Sumw2();
    711     h->SetXTitle("\\vartheta [\\circ]");
     711    h->SetXTitle("\\vartheta [#circ]");
    712712    h->SetYTitle("<cts>/\\Delta R");
    713713    h->SetBit(kCanDelete);
  • trunk/Mars/mhflux/MHEffectiveOnTime.cc

    r9851 r19304  
    318318    fH2DeltaT.SetName("DeltaT");
    319319    fH2DeltaT.SetXTitle("\\Delta t [s]");
    320     fH2DeltaT.SetYTitle("\\Theta [\\circ]");
     320    fH2DeltaT.SetYTitle("\\Theta [#circ]");
    321321    fH2DeltaT.SetZTitle("Count");
    322322    fH2DeltaT.UseCurrentStyle();
     
    333333    fHThetaEffOn.SetName("EffOnTheta");
    334334    fHThetaEffOn.SetTitle("Effective On Time T_{eff}");
    335     fHThetaEffOn.SetXTitle("\\Theta [\\circ]");
     335    fHThetaEffOn.SetXTitle("\\Theta [#circ]");
    336336    fHThetaEffOn.SetYTitle("T_{eff} [s]");
    337337    fHThetaEffOn.UseCurrentStyle();
     
    359359    fHThetaProb.SetName("ProbTheta");
    360360    fHThetaProb.SetTitle("\\chi^{2} Probability of Fit");
    361     fHThetaProb.SetXTitle("\\Theta [\\circ]");
     361    fHThetaProb.SetXTitle("\\Theta [#circ]");
    362362    fHThetaProb.SetYTitle("p [%]");
    363363    fHThetaProb.UseCurrentStyle();
     
    386386    fHThetaLambda.SetName("LambdaTheta");
    387387    fHThetaLambda.SetTitle("Slope (Rate) vs Theta");
    388     fHThetaLambda.SetXTitle("\\Theta [\\circ]");
     388    fHThetaLambda.SetXTitle("\\Theta [#circ]");
    389389    fHThetaLambda.SetYTitle("\\lambda [s^{-1}]");
    390390    fHThetaLambda.UseCurrentStyle();
     
    395395    fHTimeLambda.SetName("LambdaTime");
    396396    fHTimeLambda.SetTitle("Slope (Rate) vs Time");
    397     fHTimeLambda.SetXTitle("\\Time [\\circ]");
     397    fHTimeLambda.SetXTitle("\\Time [#circ]");
    398398    fHTimeLambda.SetYTitle("\\lambda [s^{-1}]");
    399399    fHTimeLambda.UseCurrentStyle();
     
    408408    fHThetaNDF.SetName("NDofTheta");
    409409    fHThetaNDF.SetTitle("Number of Degrees of freedom vs Theta");
    410     fHThetaNDF.SetXTitle("\\Theta [\\circ]");
     410    fHThetaNDF.SetXTitle("\\Theta [#circ]");
    411411    fHThetaNDF.SetYTitle("NDoF [#]");
    412412    fHThetaNDF.UseCurrentStyle();
     
    10381038    gPad->SetBorderMode(0);
    10391039    h = fH2DeltaT.ProjectionY("ProjTheta"/*fNameProjTheta*/, -1, -1, "E");
    1040     h->SetTitle("Distribution of  \\Theta [\\circ]");
    1041     h->SetXTitle("\\Theta [\\circ]");
     1040    h->SetTitle("Distribution of  \\Theta [#circ]");
     1041    h->SetXTitle("\\Theta [#circ]");
    10421042    h->SetYTitle("Counts");
    10431043    h->SetDirectory(NULL);
  • trunk/Mars/mhflux/MHEnergyEst.cc

    r10281 r19304  
    8585    fHEnergy.SetXTitle("E_{est} [GeV]");
    8686    fHEnergy.SetYTitle("E_{mc} [GeV]");
    87     fHEnergy.SetZTitle("\\Theta [\\circ]");
     87    fHEnergy.SetZTitle("\\Theta [#circ]");
    8888
    8989    fHResolutionEst.SetDirectory(NULL);
  • trunk/Mars/mhflux/MHFalseSource.cc

    r19248 r19304  
    174174    fHist.SetName("Alpha");
    175175    fHist.SetTitle("3D-plot of Alpha vs x, y");
    176     fHist.SetXTitle("x [\\circ]");
    177     fHist.SetYTitle("y [\\circ]");
    178     fHist.SetZTitle("\\alpha [\\circ]");
     176    fHist.SetXTitle("x [#circ]");
     177    fHist.SetYTitle("y [#circ]");
     178    fHist.SetZTitle("\\alpha [#circ]");
    179179}
    180180
     
    407407    const Float_t cut1 = axe.GetBinLowEdge(f);
    408408    const Float_t cut2 = axe.GetBinUpEdge(l);
    409     h2->SetTitle(MString::Format("Distribution of %.1f\\circ<|\\alpha|<%.1f\\circ in x,y", cut1, cut2));
     409    h2->SetTitle(MString::Format("Distribution of %.1f#circ<|\\alpha|<%.1f#circ in x,y", cut1, cut2));
    410410
    411411    // Get projection for range
     
    444444    axe.SetRangeUser(0, fAlphaCut);
    445445    const Float_t cut = axe.GetBinUpEdge(axe.GetLast());
    446     h3->SetTitle(MString::Format("Distribution of |\\alpha|<%.1f\\circ in x,y", cut));
     446    h3->SetTitle(MString::Format("Distribution of |\\alpha|<%.1f#circ in x,y", cut));
    447447
    448448    // Get projection for range
     
    932932    histb->Reset();
    933933    hist->SetNameTitle("Significance",
    934                        MString::Format("Fit Region: Signal<%.1f\\circ, %.1f\\circ<Bg<%.1f\\circ",
     934                       MString::Format("Fit Region: Signal<%.1f#circ, %.1f#circ<Bg<%.1f#circ",
    935935                                       sigmax, bgmin, bgmax));
    936936    hists->SetName("Excess");
     
    10501050    h0b.GetXaxis()->SetRangeUser(0, maxalpha0*1.5);
    10511051
    1052     hists->SetTitle(MString::Format("Excess events for \\alpha<%.0f\\circ (N_{max}=%d)", sigint, (int)hists->GetMaximum()));
    1053     histb->SetTitle(MString::Format("Background events for \\alpha<%.0f\\circ", sigint));
     1052    hists->SetTitle(MString::Format("Excess events for \\alpha<%.0f#circ (N_{max}=%d)", sigint, (int)hists->GetMaximum()));
     1053    histb->SetTitle(MString::Format("Background events for \\alpha<%.0f#circ", sigint));
    10541054
    10551055    //hists->SetMinimum(GetMinimumGT(*hists));
     
    11501150        h->SetNameTitle("Result \\alpha", title);
    11511151        h->SetBit(kCanDelete);
    1152         h->SetXTitle("\\alpha [\\circ]");
     1152        h->SetXTitle("\\alpha [#circ]");
    11531153        h->SetYTitle("Counts");
    11541154        h->Draw();
     
    11671167            hof->SetNameTitle("Result \\alpha", title);
    11681168            hof->SetBit(kCanDelete);
    1169             hof->SetXTitle("\\alpha [\\circ]");
     1169            hof->SetXTitle("\\alpha [#circ]");
    11701170            hof->SetYTitle("Counts");
    11711171            hof->Draw("same");
     
    11761176            diff->SetNameTitle("Result On-Off \\alpha", title);
    11771177            diff->SetBit(kCanDelete);
    1178             diff->SetXTitle("\\alpha [\\circ]");
     1178            diff->SetXTitle("\\alpha [#circ]");
    11791179            diff->SetYTitle("Counts");
    11801180            diff->Draw("same");
     
    12391239
    12401240        g->SetNameTitle("SigVs\\alpha", "Significance vs \\alpha");
    1241         g->GetHistogram()->SetXTitle("\\alpha_{0} [\\circ]");
     1241        g->GetHistogram()->SetXTitle("\\alpha_{0} [#circ]");
    12421242        g->GetHistogram()->SetYTitle("Significance");
    12431243        g->SetBit(kCanDelete);
     
    12471247        leg->SetBorderSize(1);
    12481248        leg->SetTextSize(0.1);
    1249         leg->AddText(MString::Format("S_{max}=%.1f\\sigma at \\alpha_{max}=%d\\circ", maxsig, max));
     1249        leg->AddText(MString::Format("S_{max}=%.1f\\sigma at \\alpha_{max}=%d#circ", maxsig, max));
    12501250        leg->SetBit(kCanDelete);
    12511251        leg->Draw();
     
    14201420     tex.SetTextAlign(21);
    14211421     tex.SetTextSize(0.04);
    1422      tex.DrawLatex(-0.79, -0.8, "43.0\\circ");
    1423      tex.DrawLatex(-0.78,  0.2, "42.0\\circ");
     1422     tex.DrawLatex(-0.79, -0.8, "43.0#circ");
     1423     tex.DrawLatex(-0.78,  0.2, "42.0#circ");
    14241424
    14251425     tex.SetTextAngle(-90);
  • trunk/Mars/mhflux/MHPhi.cc

    r9576 r19304  
    8686    // Init Graphs
    8787    fHPhi.SetNameTitle("Phi", "\\Delta\\Phi-Distribution");
    88     fHPhi.SetXTitle("\\Delta\\Phi' [\\circ]");
     88    fHPhi.SetXTitle("\\Delta\\Phi' [#circ]");
    8989    fHPhi.SetYTitle("Counts");
    9090
     
    111111
    112112    fHInhom.SetNameTitle("Inhomogeneity", "\\Delta\\Phi-Distribution");
    113     fHInhom.SetXTitle("\\Delta\\Phi' [\\circ]");
     113    fHInhom.SetXTitle("\\Delta\\Phi' [#circ]");
    114114    fHInhom.SetYTitle("Counts");
    115115    fHInhom.Sumw2();
     
    432432    const Double_t S    = MMath::SignificanceLiMaSigned(sig,  bg, f);
    433433
    434     const TString fmt = Form("\\sigma_{L/M}=%.1f (\\sigma_{0}=%.1f)  \\Delta\\Phi_{on}<%.1f\\circ  E=%.0f  B=%.0f  f=%.2f",
     434    const TString fmt = Form("\\sigma_{L/M}=%.1f (\\sigma_{0}=%.1f)  \\Delta\\Phi_{on}<%.1f#circ  E=%.0f  B=%.0f  f=%.2f",
    435435                             S, S0, cut, sig-bg*f, bg*f, f);
    436436
Note: See TracChangeset for help on using the changeset viewer.