Opened 9 years ago
Last modified 9 years ago
#98 closed task
edit getEventData — at Initial Version
Reported by: | durong | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | pre-alpha |
Component: | Mantid | Version: | 0.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
edit getEventData in LoadCSNSNexus file
return a multimap: std::multimap<int, std::vector<CSNSEventData>> m_eventData
int key stores spectrum No
vector stores pulseTime and fot
define struct CSNSEventData { float pulseTime;float tof};
*in mantid, the unit of pulse time is ns and format is int64!
Subtickets (add)
Child Tickets
Note: See
TracTickets for help on using
tickets.