Index: /trunk/Mars/msimcamera/MSimCamera.cc
===================================================================
--- /trunk/Mars/msimcamera/MSimCamera.cc	(revision 17664)
+++ /trunk/Mars/msimcamera/MSimCamera.cc	(revision 17665)
@@ -339,4 +339,17 @@
 
     Double_t tot = 0;
+
+    for (int i=0 ; i<1440 ; i++)
+    {
+        (*fTruePhotons->cherenkov_photons_weight)[idx] = 0;
+        (*fTruePhotons->cherenkov_photons_number)[idx] = 0;
+        (*fTruePhotons->cherenkov_arrival_time_mean)[idx] = ;
+        (*fTruePhotons->cherenkov_arrival_time_variance)[idx] = 0;
+        (*fTruePhotons->muon_cherenkov_photons_weight)[idx] = 0;
+        (*fTruePhotons->muon_cherenkov_photons_number)[idx] = 0;
+        (*fTruePhotons->cherenkov_arrival_time_min)[idx] = 10000;
+        (*fTruePhotons->cherenkov_arrival_time_max)[idx] = 0;
+        (*fTruePhotons->noise_photons_weight)[idx] = 0;
+    }
 
     // Simulate pulses
