Changes between Initial Version and Version 2 of Ticket #98
- Timestamp:
- 06/06/16 17:01:32 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #98
- Property Owner set to durong
- Property Status changed from new to accepted
-
Ticket #98 – Description
initial v2 1 1 edit getEventData in LoadCSNSNexus file 2 return a multimap: std::multimap<int, std:: vector<CSNSEventData>> m_eventData2 return a multimap: std::multimap<int, std::pair<float,float>> m_eventData 3 3 4 4 int key stores spectrum No 5 vector stores pulseTime and fot 6 7 define struct CSNSEventData { float pulseTime;float tof}; 5 pair stores pulseTime and fot 8 6 9 7 *in mantid, the unit of pulse time is ns and format is int64!