Index: trunk/Mars/mdrs/MDrsCalibApply.cc
===================================================================
--- trunk/Mars/mdrs/MDrsCalibApply.cc	(revision 16109)
+++ trunk/Mars/mdrs/MDrsCalibApply.cc	(revision 16110)
@@ -205,5 +205,5 @@
         fResult->fData.resize(fPrevStart.size()*2);
 
-        deque<vector<Short_t>>::const_iterator it = fPrevStart.begin();
+        list<vector<Short_t>>::const_iterator it = fPrevStart.begin();
 
         for (size_t i=0; i<fPrevStart.size()*2; i++)
Index: trunk/Mars/mdrs/MDrsCalibApply.h
===================================================================
--- trunk/Mars/mdrs/MDrsCalibApply.h	(revision 16109)
+++ trunk/Mars/mdrs/MDrsCalibApply.h	(revision 16110)
@@ -10,5 +10,5 @@
 #endif
 
-#include <deque>
+#include <list>
 
 class MRawRunHeader;
@@ -43,5 +43,5 @@
     MDrsCalibResult        *fResult;         //! Output container
 
-    std::deque<std::vector<Short_t>> fPrevStart; //! History for start cells of previous events
+    std::list<std::vector<Short_t>> fPrevStart; //! History for start cells of previous events
 
     UShort_t fMaxNumPrevEvents;
