Skip to content

Commit

Permalink
Reverting change to keep PRs with separate changes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
atishelmanch committed Jan 31, 2024
1 parent cb50159 commit 34e3109
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analyzers/dataframe/src/JetConstituentsUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1269,8 +1269,6 @@ namespace FCCAnalyses

rv::RVec<double> InvariantMasses;

if(AllJets.size() < 2) return InvariantMasses;

// For each jet, take its invariant mass with the remaining jets. Stop at last jet.
for(int i = 0; i < AllJets.size()-1; ++i) {

Expand Down

0 comments on commit 34e3109

Please sign in to comment.