From 6c170ef3812e0ea00ca37399f62acc071df98cf1 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 26 Dec 2023 01:32:39 -0500 Subject: [PATCH] test: all 11 --- macro/ci/comparator.C | 2 +- macro/ci/comparator_run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/macro/ci/comparator.C b/macro/ci/comparator.C index 9916579a..552c218e 100644 --- a/macro/ci/comparator.C +++ b/macro/ci/comparator.C @@ -13,7 +13,7 @@ void comparator( TString title2="ATHENA", TString infile2="out/resolution.athena.root", TString title3="ECCE", TString infile3="out/resolution.ecce.root", TString outfile="out/resolution.comparison.root", - TString gx="x"//, TString gy="q2" // plotgrid vars + TString gx="x", TString gy="q2" // plotgrid vars ) { return; // smoke test diff --git a/macro/ci/comparator_run.sh b/macro/ci/comparator_run.sh index 0904d392..523dbc8c 100755 --- a/macro/ci/comparator_run.sh +++ b/macro/ci/comparator_run.sh @@ -37,7 +37,7 @@ args+="\"$title1\",\"out/$name1.$pname.$recon.root\"," args+="\"$title2\",\"out/$name2.$pname.$recon.root\"," args+="\"$title3\",\"out/$name3.$pname.$recon.root\"," args+="\"$title4\",\"out/$name4.$pname.$recon.root\"," -args+="\"out/comparison.$outname.$pname.$recon\",\"$xvar\"" #,\"$yvar\"" +args+="\"out/comparison.$outname.$pname.$recon\",\"$xvar\",\"$yvar\"" export CLING_DEBUG=1 root -b -q "macro/ci/comparator.C($args)"