|
fdhwlib
2.0.25
|
#include <sltmultiplicityparameter.h>
for the multiplicity trigger there are two paramters to define the function of the algorithm.
The trigger will be genrated if a number of N pixel is for at least M us above the threshold defined in the first level trigger.
The implementation is a little bit more complicated because both parameters have to be copied from the control FPGA to the trigger FPGA.
Definition at line 31 of file sltmultiplicityparameter.h.
| SltMultiplicityParameter::SltMultiplicityParameter | ( | const char * | name, |
| int | slotID, | ||
| unsigned int | regID, | ||
| int | r, | ||
| int | w, | ||
| int | len | ||
| ) |
| virtual SltMultiplicityParameter::~SltMultiplicityParameter | ( | ) | [virtual] |
| void SltMultiplicityParameter::get | ( | unsigned long * | M, |
| unsigned long * | N | ||
| ) |
Read the trigger parameter.
| void SltMultiplicityParameter::set | ( | unsigned long | M, |
| unsigned long | N | ||
| ) |
Write the multiplicity parameter.