Opened 9 years ago

Closed 9 years ago

#46 closed task (fixed)

add member "getEventData"

Reported by: durong Owned by: durong
Priority: major Milestone: pre-alpha
Component: ReadCSNSNexus 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 (last modified by durong)

load event data of specilized banks

static std::vector<CSNSEventDataFormat> getEventData(const std::string &filename,const std::string &bankName);

struct CSNSEventDataFormat{

int pixelId;
float timeOfFlight;
float pulseTime;

};

Subtickets

Child Tickets

Change History (3)

comment:1 Changed 9 years ago by durong

  • Owner set to durong
  • Status changed from new to accepted

comment:2 Changed 9 years ago by durong

  • Description modified (diff)

comment:3 Changed 9 years ago by durong

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from accepted to closed
  • Summary changed from add member "loadEventData" to add member "getEventData"

get the Event data of the specilized bank in the nxs file

Note: See TracTickets for help on using tickets.