Skip to content

Commit

Permalink
Fix legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael committed Oct 4, 2016
1 parent ec040a4 commit d96e56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bbgg2DFitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ void bbgg2DFitter::MakePlots(float mass)
if(trueSigMass == 1 )str_desc=TString::Format(" Nonresonant HH, SM");
tlat0->DrawLatex(0.16, 0.82, str_desc);

str_desc=TString::Format(" #mu = %.2f GeV",mean_mgg[c]);
str_desc=TString::Format(" #mu = %.2f GeV",mean_mjj[c]);
tlat0->DrawLatex(0.165, 0.77, str_desc);
str_desc=TString::Format(" #sigma_{eff} = %.2f GeV",sigma_mgg[c]);
str_desc=TString::Format(" #sigma_{eff} = %.2f GeV",sigma_mjj[c]);
tlat0->DrawLatex(0.165, 0.72, str_desc);

ctmp->SaveAs(TString::Format("%s/sigmodelMjj_cat%d.pdf",_folder_name.data(),c),"QUIET");
Expand Down

0 comments on commit d96e56b

Please sign in to comment.