Skip to content

Commit

Permalink
test: the whole script
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 27, 2023
1 parent 6c170ef commit 4560dda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions macro/ci/comparator.C
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ void comparator(
TString outfile="out/resolution.comparison.root",
TString gx="x", TString gy="q2" // plotgrid vars
) {
return; // smoke test

/*
// histograms ==================================================
// - set histogram lists, based on infile name
std::vector<TString> histList;
Expand Down Expand Up @@ -174,5 +172,4 @@ void comparator(
P0->Op()->Payload(fillHistosArr);
P0->Execute();
P0->Finish();
*/
};

0 comments on commit 4560dda

Please sign in to comment.