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);