PAASS
Software suite to Acquire and Analyze Data from Pixie16
McpProcessor::McpData Struct Reference

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...
 

Detailed Description

Data structure to hold MCP data.

Definition at line 34 of file McpProcessor.hpp.

Member Function Documentation

§ Clear()

void McpProcessor::McpData::Clear ( void  )

clears the data map

Definition at line 32 of file McpProcessor.cpp.

Here is the caller graph for this function:

Field Documentation

§ mult

int McpProcessor::McpData::mult

the multiplicity

Definition at line 38 of file McpProcessor.hpp.

§ raw

double McpProcessor::McpData::raw[nPos]

the raw information

Definition at line 35 of file McpProcessor.hpp.

§ xpos

double McpProcessor::McpData::xpos

the x position

Definition at line 36 of file McpProcessor.hpp.

§ ypos

double McpProcessor::McpData::ypos

the y position

Definition at line 37 of file McpProcessor.hpp.


The documentation for this struct was generated from the following files: