Skip to content

Commit

Permalink
test: 10
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 26, 2023
1 parent 72e5a8c commit 8219956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions macro/ci/comparator.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ void comparator(
TString title1="ePIC", TString infile1="out/resolution.epic.root",
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 outfile="out/resolution.comparison.root",
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 8219956

Please sign in to comment.