Changes between Initial Version and Version 2 of Ticket #98


Ignore:
Timestamp:
06/06/16 17:01:32 (9 years ago)
Author:
durong
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #98

    • Property Owner set to durong
    • Property Status changed from new to accepted
  • Ticket #98 – Description

    initial v2  
    11edit getEventData in LoadCSNSNexus file
    2 return a multimap: std::multimap<int, std::vector<CSNSEventData>> m_eventData
     2return a multimap: std::multimap<int, std::pair<float,float>> m_eventData
    33
    44int key stores spectrum No
    5 vector stores pulseTime and fot
    6 
    7 define struct CSNSEventData { float pulseTime;float tof};
     5pair stores pulseTime and fot
    86
    97*in mantid, the unit of pulse time is ns and format is int64!