Skip to content

Commit

Permalink
fix fakes
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Feb 23, 2024
1 parent ec7c13a commit 2519cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ ProcessCode CKFPerformanceWriter::writeT(const AlgorithmContext& ctx,
}

const auto& particleMatch = imatched->second;
const bool isFake = particleMatch.particle.has_value();
const bool isFake = !particleMatch.particle.has_value();

// Fill fake rate plots
m_fakeRatePlotTool.fill(m_fakeRatePlotCache, fittedParameters, isFake);
Expand Down

0 comments on commit 2519cec

Please sign in to comment.