11 TCanvas *
c =
new TCanvas(
"c",
"c", 685, 630);
13 gPad->SetRightMargin(0.15);
15 TLegend *
leg =
new TLegend(.12,.78,.4,.9);
17 leg->AddEntry(
"",
"#it{#bf{sPHENIX}} Preliminary",
"");
18 leg->AddEntry(
"",
"Au+Au #sqrt{s_{NN}} = 200 GeV",
"");
20 TH2D *
h =
new TH2D(
"",
"", 100, 0, 1, 100, 0, 1);
21 h->GetYaxis()->SetNdivisions(405);
22 h->GetXaxis()->SetNdivisions(405);
23 h->SetXTitle(
"x-axis title [arb. units]");
24 h->SetYTitle(
"y-axis title [arb. units]");
31 l.DrawLatex(0.7, 0.965,
"#it{7/21/2023}");
33 c->Print(
"plot1.pdf");