16 TGraph* gdef =
new TGraph(
"R_SigR4.W0.0g41.5.SPEHIXdat");
17 TGraph* ggeq2 =
new TGraph(
"R_SigR4.W0.0g41.0.SPEHIXdat");
18 gdef->SetLineColor(kBlack);
19 gdef->SetLineWidth(4);
20 ggeq2->SetLineWidth(4);
21 ggeq2->SetLineColor(kBlue);
22 TCanvas *c1 =
new TCanvas(
"c1",
"c1",10,45,700,502);
23 gStyle->SetOptTitle(1);
24 c1->SetHighLightColor(0);
25 c1->Range(-9.413793,-0.2360656,62.7931,1.321311);
29 c1->SetLeftMargin(0.1303725);
30 c1->SetRightMargin(0.03868195);
31 c1->SetTopMargin(0.07789474);
32 c1->SetBottomMargin(0.1515789);
33 c1->SetFrameBorderMode(0);
35 TH2F* hframe =
new TH2F(
"hframe",
"Jet radii = 0.4;p_{T} [GeV/c];R_{AA}",
37 hframe->GetXaxis()->SetLabelFont(132);
38 hframe->GetXaxis()->SetLabelSize(0.06);
39 hframe->GetXaxis()->SetTitleSize(0.07);
40 hframe->GetXaxis()->SetTitleOffset(0.9);
41 hframe->GetXaxis()->SetTitleFont(132);
42 hframe->GetYaxis()->SetTitle(
"R_{AA}");
43 hframe->GetYaxis()->SetNdivisions(310);
44 hframe->GetYaxis()->SetLabelFont(132);
45 hframe->GetYaxis()->SetLabelSize(0.06);
46 hframe->GetYaxis()->SetTitleSize(0.08);
47 hframe->GetYaxis()->SetTitleOffset(0.65);
48 hframe->GetYaxis()->SetTitleFont(132);
49 hframe->SetTitleFont(132);
50 hframe->SetTitleSize(0.06315789);
56 TLegend* l =
new TLegend(0.3323782,0.6221053,0.6332378,0.9231579,
57 "Au+Au#rightarrow b-jet @ #sqrt{s_{NN}}=200 GeV");
61 l->SetTextSize(0.06315789);
62 l->AddEntry(ggeq2,
"coupling g=2.0",
"L");
63 l->AddEntry(gdef,
"coupling g=2.2",
"L");