From c7b887ba2df1f53fbbc16d0fee730dc3d52010f3 Mon Sep 17 00:00:00 2001 From: Vratislav Chudoba Date: Thu, 3 Aug 2017 16:37:04 +0300 Subject: [PATCH] Correlation figures for pure GS in figCorrGS.cxx --- macros/BeCorrPRC/figCorrGS.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/macros/BeCorrPRC/figCorrGS.cxx b/macros/BeCorrPRC/figCorrGS.cxx index 33546c3..fde558f 100755 --- a/macros/BeCorrPRC/figCorrGS.cxx +++ b/macros/BeCorrPRC/figCorrGS.cxx @@ -6,7 +6,7 @@ void figCorrGS() { TFile *fr1 = new TFile("figures/PRCepsilonT.root", "READ"); - TFile *fr2 = new TFile("figures/PRCepsilonT90120.root", "READ"); +// TFile *fr2 = new TFile("figures/PRCepsilonT.root", "READ"); TH1F *hExp[4]; TH1F *hSim[4]; @@ -20,7 +20,7 @@ void figCorrGS() hExp[1] = new TH1F(*hCurr); hCurr = (TH1F*)fr1->Get("heeT0_5_7590"); hExp[2] = new TH1F(*hCurr); - hCurr = (TH1F*)fr2->Get("heeT0_0_90120"); + hCurr = (TH1F*)fr1->Get("heeT0_0_90120"); hExp[3] = new TH1F(*hCurr); hCurr = (TH1F*)fr1->Get("hseT0_0_4560"); @@ -29,7 +29,7 @@ void figCorrGS() hSim[1] = new TH1F(*hCurr); hCurr = (TH1F*)fr1->Get("hseT0_5_7590"); hSim[2] = new TH1F(*hCurr); - hCurr = (TH1F*)fr2->Get("hseT0_0_90120"); + hCurr = (TH1F*)fr1->Get("hseT0_0_90120"); hSim[3] = new TH1F(*hCurr); hCurr = (TH1F*)fr1->Get("hieT0_0_4560"); @@ -38,7 +38,7 @@ void figCorrGS() hInput[1] = new TH1F(*hCurr); hCurr = (TH1F*)fr1->Get("hieT0_5_7590"); hInput[2] = new TH1F(*hCurr); - hCurr = (TH1F*)fr2->Get("hieT0_0_90120"); + hCurr = (TH1F*)fr1->Get("hieT0_0_90120"); hInput[3] = new TH1F(*hCurr); @@ -120,6 +120,6 @@ void figCorrGS() hCorrInput[i]->Draw("same"); } - c2->SaveAs("figures/GSotherCorrs.eps"); +// c2->SaveAs("figures/GSotherCorrs.eps"); } -- 2.18.1