fdhwlib
2.0.25
|
#include <FltHitRate.h>
The hitrate register contains information about the actual hitrate and some control parameters.
To access them by name the class FltPixRegister has been extended. There exists a separate hitrate controller unit for every pixel.
Changes:
Definition at line 36 of file FltHitRate.h.
FltHitrate::FltHitrate | ( | const char * | name, |
int | slotID, | ||
int | regID, | ||
int | r, | ||
int | w, | ||
int | len | ||
) |
int FltHitrate::get | ( | int | pixel, |
int * | length, | ||
bool * | overflow | ||
) |
int FltHitrate::get | ( | unsigned long | data, |
int * | length = 0 , |
||
bool * | overflow = 0 |
||
) |
Decode the hitrate using a given raw value instead of reading from the electronic.
int FltHitrate::getCountLength | ( | int | ch | ) |
int FltHitrate::getHitrate | ( | int | ch | ) |
void FltHitrate::getHitrate | ( | int * | data | ) |
Load the hitrate of all pixel in this column in an array.
bool FltHitrate::isOverflow | ( | int | ch | ) |