Changes between Version 2 and Version 3 of Ticket #46
- Timestamp:
- 05/24/16 09:10:04 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46
- Property Status changed from accepted to closed
- Property Resolution changed from to fixed
- Property Summary changed from add member "loadEventData" to add member "getEventData"
-
Ticket #46 – Description
v2 v3 1 get the Event data of the specilized bank in the nxs file 1 //load event data of specilized banks 2 static std::vector<CSNSEventDataFormat> getEventData(const std::string &filename,const std::string &bankName); 3 4 5 struct CSNSEventDataFormat{ 6 int pixelId; 7 float timeOfFlight; 8 float pulseTime; 9 };