E852 Documentation: GROUP_VETO_BITMAP

GROUP_VETO_BITMAP

Short description

This data group contains data on which segments of the DEA, CPV and EV/BV counters fired.

Summary

Discussion

The GROUP_VETO_BITMAPS group contains information about "binary"-type detectors that can only be in two states- empty or hit. Each detector has corresponding bits in the data structure that is set to 0 if the detector is empty or to 1 if the detector has a hit.

To decide if the detector has a hit, the program uses the TDC and ADC information.

The TDC has a hit if it's value is within bounds defined by the tdc_min and tdc_max parameters for the detector. The values of both parameters are stored in the Map Manager file.

The ADC has a hit if it's value is above adc_min. The value of this parameter is also stored in the Map Manager file. Normally adc_min is calculated using the corresponding ADC pedestal and sigma (width of the pedestal). See the code in daq.exes/processVetoThresholds.c for an example.

See also the CPVC/DEA documentation.

Data structure fields

Bugs

CO 1996-Aug-20