|
PAASS
Software suite to Acquire and Analyze Data from Pixie16
|


Go to the source code of this file.
Data Structures | |
| struct | PixieFunctionParms< T > |
| class | PixieFunction< T > |
Functions | |
| template<typename T > | |
| bool | forModule (PixieInterface &pif, int mod, PixieFunction< T > &f, T par=T()) |
| template<typename T > | |
| bool | forChannel (PixieInterface &pif, int mod, int ch, PixieFunction< T > &f, T par=T()) |
| bool forChannel | ( | PixieInterface & | pif, |
| int | mod, | ||
| int | ch, | ||
| PixieFunction< T > & | f, | ||
| T | par = T() |
||
| ) |
Definition at line 44 of file utilities.h.


| bool forModule | ( | PixieInterface & | pif, |
| int | mod, | ||
| PixieFunction< T > & | f, | ||
| T | par = T() |
||
| ) |
Definition at line 81 of file utilities.h.

