PAASS
Software suite to Acquire and Analyze Data from Pixie16
utilities.h File Reference
#include <functional>
#include "PixieInterface.h"
Include dependency graph for utilities.h:
This graph shows which files directly or indirectly include this file:

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())
 

Function Documentation

§ forChannel()

template<typename T >
bool forChannel ( PixieInterface pif,
int  mod,
int  ch,
PixieFunction< T > &  f,
par = T() 
)

Definition at line 44 of file utilities.h.

Here is the call graph for this function:
Here is the caller graph for this function:

§ forModule()

template<typename T >
bool forModule ( PixieInterface pif,
int  mod,
PixieFunction< T > &  f,
par = T() 
)

Definition at line 81 of file utilities.h.

Here is the call graph for this function:
Here is the caller graph for this function: