Changeset 16110 for trunk/Mars/mdrs/MDrsCalibApply.h
- Timestamp:
- 05/24/13 14:13:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mdrs/MDrsCalibApply.h
r14922 r16110 10 10 #endif 11 11 12 #include < deque>12 #include <list> 13 13 14 14 class MRawRunHeader; … … 43 43 MDrsCalibResult *fResult; //! Output container 44 44 45 std:: deque<std::vector<Short_t>> fPrevStart; //! History for start cells of previous events45 std::list<std::vector<Short_t>> fPrevStart; //! History for start cells of previous events 46 46 47 47 UShort_t fMaxNumPrevEvents;
Note:
See TracChangeset
for help on using the changeset viewer.