diff --git a/Pr/PrVeloUT/src/PrVeloUT.h b/Pr/PrVeloUT/src/PrVeloUT.h
index 8f4ec8d92088b5ebebaba0f20a362dba0273e192..ed97e3e08ea4fb7eb2cf8f2a968cb14e3ebdf0b8 100755
--- a/Pr/PrVeloUT/src/PrVeloUT.h
+++ b/Pr/PrVeloUT/src/PrVeloUT.h
@@ -274,7 +274,7 @@ private:
 
     std::for_each( hits.begin(), hits.end(), [&](const auto* h) { this->addChi2(xTTFit,xSlopeTTFit, chi2TT, h); } );
 
-    chi2TT /= (4 + 1 - 2);
+    chi2TT /= (N + 1 - 2);
 
     if( chi2TT < helper.bestParams[1] ){