Index: /branches/MarsGapdTimeJitter/msimcamera/MSimCamera.cc
===================================================================
--- /branches/MarsGapdTimeJitter/msimcamera/MSimCamera.cc	(revision 18158)
+++ /branches/MarsGapdTimeJitter/msimcamera/MSimCamera.cc	(revision 18159)
@@ -452,10 +452,11 @@
         t = t + timeoffset[idx];
 
+        // FIXME: Time jitter?
         // Jens Buss on GapdTimeJitter
         // add also a time offset to arrival times of single photons
+        // TODO: change to ns, use: fRunHeader->GetFreqSampling()
         Double_t timeJitter = gRandom->Gaus(0.0, gapdTimeJitter);
         t = t + timeJitter;
 
-        // FIXME: Time jitter?
         // FIXME: Add additional routing here?
         // FIMXE: How stable is the gain?
