Skip to content

Commit

Permalink
revert: macro/ci/comparator.C
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 2, 2024
1 parent a7d16a0 commit 5593ba3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions macro/ci/comparator.C
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ void comparator(
// - Dext will store the additional DAGs from other infiles
PostProcessor *P0;
HistosDAG *D;
// std::vector<HistosDAG*> Dext; // additional DAGs
std::vector<HistosDAG*> Dext; // additional DAGs

/*
// get DAGs and binning
for(auto [title,infile] : infiles) {
D = new HistosDAG();
Expand Down Expand Up @@ -173,5 +172,4 @@ void comparator(
P0->Op()->Payload(fillHistosArr);
P0->Execute();
P0->Finish();
*/
};

0 comments on commit 5593ba3

Please sign in to comment.