Index: /trunk/Mars/msimcamera/MSimTrigger.cc
===================================================================
--- /trunk/Mars/msimcamera/MSimTrigger.cc	(revision 19676)
+++ /trunk/Mars/msimcamera/MSimTrigger.cc	(revision 19677)
@@ -610,8 +610,10 @@
         // FIXME: Start seraching at pulsepos is faster, but breaks things like
         // ratescans triggering on noise events
+        // We start one sample after cable delay as the spline knots up to cable delay
+        // are still affected by the none simulation of the cable delay
         ttls.AddAt(
                     (*patches)[i].Discriminate(
                         fDiscriminatorThreshold*gain+offset,                // treshold
-                        Double_t(fCableDelay),                              // start
+                        Double_t(fCableDelay)+1,                            // start
                         Double_t(fCamera->GetNumSamples() - fCableDelay),   // end
                         //fDigitalSignalLength                              // time-over-threshold, or fixed-length?
