PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Data structure to hold MCP data. More...
Public Member Functions | |
void | Clear (void) |
clears the data map More... | |
Data Fields | |
double | raw [nPos] |
the raw information More... | |
double | xpos |
the x position More... | |
double | ypos |
the y position More... | |
int | mult |
the multiplicity More... | |
Data structure to hold MCP data.
Definition at line 34 of file McpProcessor.hpp.
void McpProcessor::McpData::Clear | ( | void | ) |
clears the data map
Definition at line 32 of file McpProcessor.cpp.
int McpProcessor::McpData::mult |
the multiplicity
Definition at line 38 of file McpProcessor.hpp.
double McpProcessor::McpData::raw[nPos] |
the raw information
Definition at line 35 of file McpProcessor.hpp.
double McpProcessor::McpData::xpos |
the x position
Definition at line 36 of file McpProcessor.hpp.
double McpProcessor::McpData::ypos |
the y position
Definition at line 37 of file McpProcessor.hpp.