|
PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
#include <PixieSupport.h>

Public Member Functions | |
| PixieFunctionParms (PixieInterface *p, T x) | |
| PixieFunctionParms (PixieInterface &p, T x) | |
Data Fields | |
| PixieInterface * | pif |
| unsigned int | mod |
| unsigned int | ch |
| T | par |
| PixieInterface & | pif |
Definition at line 14 of file PixieSupport.h.
|
inline |
Definition at line 20 of file PixieSupport.h.
|
inline |
Definition at line 19 of file utilities.h.
| unsigned int PixieFunctionParms< T >::ch |
Definition at line 17 of file PixieSupport.h.
| unsigned int PixieFunctionParms< T >::mod |
Definition at line 16 of file PixieSupport.h.
| T PixieFunctionParms< T >::par |
Definition at line 18 of file PixieSupport.h.
| PixieInterface& PixieFunctionParms< T >::pif |
Definition at line 14 of file utilities.h.
| PixieInterface* PixieFunctionParms< T >::pif |
Definition at line 15 of file PixieSupport.h.