Skip to content

Commit

Permalink
test: all 11
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 26, 2023
1 parent 8219956 commit 6c170ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macro/ci/comparator.C
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion macro/ci/comparator_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit 6c170ef

Please sign in to comment.