modified: scratch/make_prettyplots.C

This commit is contained in:
Vignesh Sitaraman 2026-06-05 19:47:05 -04:00
parent 7891aaebca
commit 9ad4e9d5d4
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ function run_once() {
export -f run_once export -f run_once
# run_once 350 # 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 rm output_17F.root
hadd -j 4 -k output_17F.root 17F_output/results_run3*.root hadd -j 4 -k output_17F.root 17F_output/results_run3*.root

View File

@ -126,7 +126,7 @@ void make_prettyplots(const char *rootFile,
h->GetXaxis()->SetTitle(xlabel); h->GetXaxis()->SetTitle(xlabel);
h->GetYaxis()->SetTitle(ylabel); h->GetYaxis()->SetTitle(ylabel);
h->GetXaxis()->SetTitleOffset(1); h->GetXaxis()->SetTitleOffset(1.1);
h->GetYaxis()->SetTitleOffset(1.4); h->GetYaxis()->SetTitleOffset(1.4);
h->GetXaxis()->CenterTitle(true); h->GetXaxis()->CenterTitle(true);
h->GetYaxis()->CenterTitle(true); h->GetYaxis()->CenterTitle(true);
@ -140,7 +140,7 @@ void make_prettyplots(const char *rootFile,
h->SetLineWidth(3); h->SetLineWidth(3);
h->GetXaxis()->SetTitle(xlabel); h->GetXaxis()->SetTitle(xlabel);
h->GetYaxis()->SetTitle(ylabel); h->GetYaxis()->SetTitle(ylabel);
h->GetXaxis()->SetTitleOffset(1); h->GetXaxis()->SetTitleOffset(1.1);
h->GetYaxis()->SetTitleOffset(1.4); h->GetYaxis()->SetTitleOffset(1.4);
h->GetXaxis()->CenterTitle(true); h->GetXaxis()->CenterTitle(true);
h->GetYaxis()->CenterTitle(true); h->GetYaxis()->CenterTitle(true);