diff --git a/Software/LaserDelayScan/LaserDelayScan.C b/Software/LaserDelayScan/LaserDelayScan.C
index 3d03c95..fa059f7 100644
--- a/Software/LaserDelayScan/LaserDelayScan.C
+++ b/Software/LaserDelayScan/LaserDelayScan.C
@@ -204,8 +204,8 @@
 
   // Fit with a polynomial function of degree 2 and get the delay and the signal at the peak.
   // gStyle->SetOptFit(0011);
-  float minFit = 65.;
-  float maxFit = 95.;
+  float minFit = 55.;
+  float maxFit = 85.;
   TF1 *fpol2 = new TF1("fpol2","pol2",minFit,maxFit);
   glaserDelayScan->Fit("fpol2","R");