51 co_canvas =
new TCanvas(
"sd",
"SD", 3, 47, 1000, 802);
56 TGraphErrors *co_gr =
new TGraphErrors(vR.size(), &vsifar[0], &vR[0], 0, &veR[0]);
57 co_gr->GetYaxis()->SetTitle(
"Sensitive Distance [Mpc]");
58 co_gr->GetXaxis()->SetTitle(
"Inverse False Alarm Rate [yr]");
59 co_gr->GetXaxis()->SetLimits(0.01,1000.);
60 co_gr->GetYaxis()->SetRangeUser(500,800);
61 co_gr->GetXaxis()->SetTitleOffset(1.3);
62 co_gr->GetYaxis()->SetTitleOffset(1.25);
63 co_gr->GetXaxis()->SetTickLength(0.01);
64 co_gr->GetYaxis()->SetTickLength(0.01);
65 co_gr->GetXaxis()->CenterTitle(kTRUE);
66 co_gr->GetYaxis()->CenterTitle(kTRUE);
67 co_gr->GetXaxis()->SetTitleFont(42);
68 co_gr->GetXaxis()->SetLabelFont(42);
69 co_gr->GetYaxis()->SetTitleFont(42);
70 co_gr->GetYaxis()->SetLabelFont(42);
71 co_gr->SetMarkerStyle(20);
72 co_gr->SetMarkerSize(1.0);
73 co_gr->SetMarkerColor(1);
74 co_gr->SetLineColor(kBlue);
76 co_gr->SetFillColor(kBlue);
77 co_gr->SetFillStyle(3001);
85 sprintf(fname,
"%s/ROC_IFAR.png", netdir);
std::vector< double > vseifar
std::vector< double > vsifar
std::vector< double > veR
sprintf(tfres,"(1/%g)x(%g) (sec)x(Hz)", 2 *df, df)
void DrawRadiusIFAR(std::vector< double > vR, std::vector< double > veR, std::vector< double > vsifar, std::vector< double > vseifar, char *netdir)