Skip to content

Commit

Permalink
Make comparison clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
thspeer authored and ktf committed May 14, 2014
1 parent fcf0d6d commit aa0f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoVertex/MultiVertexFit/src/MultiVertexFitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ void MultiVertexFitter::printSeeds() const

void MultiVertexFitter::lostVertexClaimer()
{
if ( !theReviveBelow < 0. ) return;
if ( !(theReviveBelow < 0.) ) return;
// this experimental method is used to get almost lost vertices
// back into the play by upweighting vertices with very low total weights

Expand Down

0 comments on commit aa0f7bb

Please sign in to comment.