From 9ad4e9d5d47ddac4bdece3c0a4bca0922893abd1 Mon Sep 17 00:00:00 2001 From: vsitaraman Date: Fri, 5 Jun 2026 19:47:05 -0400 Subject: [PATCH] modified: scratch/make_prettyplots.C --- run_17F.sh | 2 +- scratch/make_prettyplots.C | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run_17F.sh b/run_17F.sh index 6fbd22d..82c6469 100644 --- a/run_17F.sh +++ b/run_17F.sh @@ -21,7 +21,7 @@ function run_once() { export -f run_once # run_once 350 -parallel -j 6 --ctag run_once {1} ::: {325..400} +# parallel -j 6 --ctag run_once {1} ::: {325..400} rm output_17F.root hadd -j 4 -k output_17F.root 17F_output/results_run3*.root diff --git a/scratch/make_prettyplots.C b/scratch/make_prettyplots.C index c0bce9b..7bd14db 100644 --- a/scratch/make_prettyplots.C +++ b/scratch/make_prettyplots.C @@ -126,7 +126,7 @@ void make_prettyplots(const char *rootFile, h->GetXaxis()->SetTitle(xlabel); h->GetYaxis()->SetTitle(ylabel); - h->GetXaxis()->SetTitleOffset(1); + h->GetXaxis()->SetTitleOffset(1.1); h->GetYaxis()->SetTitleOffset(1.4); h->GetXaxis()->CenterTitle(true); h->GetYaxis()->CenterTitle(true); @@ -140,7 +140,7 @@ void make_prettyplots(const char *rootFile, h->SetLineWidth(3); h->GetXaxis()->SetTitle(xlabel); h->GetYaxis()->SetTitle(ylabel); - h->GetXaxis()->SetTitleOffset(1); + h->GetXaxis()->SetTitleOffset(1.1); h->GetYaxis()->SetTitleOffset(1.4); h->GetXaxis()->CenterTitle(true); h->GetYaxis()->CenterTitle(true);