modified: scratch/make_prettyplots.C
This commit is contained in:
parent
7891aaebca
commit
9ad4e9d5d4
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user