Triggers: Difference between revisions

From GammaSphere DAQ
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Triggers are modules of the [[VME Crates]] of Gammasphere's [[DAQ system]]. They communicate directly with [[digitizers]] in the [[VME Crates]]. Triggers are the “decision makers” of the DAQ system, and decide what data is worth of keeping and sending out to EPICS.
Triggers are modules of the [[VME Crates]] of Gammasphere's [[DAQ system]]. They communicate directly with [[digitizers]] in the [[VME Crates]]. Triggers are the “decision makers” of the DAQ system, and decide what data is worth of keeping and sending out to EPICS. There are two types of triggers: system triggers and router triggers. Bits are presented to routers, which are reported to the "system" or master trigger. An acceptance message from the system trigger contains information about the event, which is then broadcasted out to registers in digitizers before going to the [[Digitizers IOCs|IOC]] for data readout.


The trigger system receives the GeCenter and BGOSum bits and processes them in pairs per detector. Coincidence logic within the trigger system identifies GeCenter and BGOSum bits that occur within a programmable overlap time, issuing “veto” signals back to the channels of the digitizers where such overlap occurs. These Veto signals are used to delete the coincident (“dirty”) events prior to such events being made available for readout.   
The trigger system receives the signals from the detectors as bits and processes them in pairs per detector. Coincidence logic within the trigger system identifies GeCenter and BGOSum bits that occur within a programmable overlap time, issuing “veto” signals back to the channels of the digitizers where such overlap occurs. These Veto signals are used to delete the coincident (“dirty”) events prior to such events being made available for readout.   


Implementation of the electric honeycomb requires that fast discriminator bits from the 7 BGO segments of each detector (six shields plus back plug), plus the six individual BGO discriminator bits that are face-to-face with the BGO shields, be combined. This requires implementation of discriminator logic within the new pickoff card, collection of the 13 bits for each of the detectors and generation of 110 ‘scatter’ bits, one per detector. This vector of ‘scatter’ bits must then be transmitted to the trigger system sufficiently fast to participate in the aforementioned coincidence logic that generates event veto signal. This new vector of ‘scatter’ bits augments and potentially replaces the functionality currently provided by the BGOSum discriminator.
Implementation of the [[Detector Signals|electric honeycomb]] requires that fast discriminator bits from the 7 BGO segments of each detector (six shields plus back plug), plus the six individual BGO discriminator bits that are face-to-face with the BGO shields, be combined. This requires implementation of discriminator logic within the [[The Pickoff Card|pickoff card]], with collection of the 13 bits for each of the detectors and generation of 110 ‘scatter’ bits, one per detector. This vector of ‘scatter’ bits must then be transmitted to the trigger system sufficiently fast to participate in the aforementioned coincidence logic that generates event veto signal.

Revision as of 21:28, February 27, 2023

Triggers are modules of the VME Crates of Gammasphere's DAQ system. They communicate directly with digitizers in the VME Crates. Triggers are the “decision makers” of the DAQ system, and decide what data is worth of keeping and sending out to EPICS. There are two types of triggers: system triggers and router triggers. Bits are presented to routers, which are reported to the "system" or master trigger. An acceptance message from the system trigger contains information about the event, which is then broadcasted out to registers in digitizers before going to the IOC for data readout.

The trigger system receives the signals from the detectors as bits and processes them in pairs per detector. Coincidence logic within the trigger system identifies GeCenter and BGOSum bits that occur within a programmable overlap time, issuing “veto” signals back to the channels of the digitizers where such overlap occurs. These Veto signals are used to delete the coincident (“dirty”) events prior to such events being made available for readout.

Implementation of the electric honeycomb requires that fast discriminator bits from the 7 BGO segments of each detector (six shields plus back plug), plus the six individual BGO discriminator bits that are face-to-face with the BGO shields, be combined. This requires implementation of discriminator logic within the pickoff card, with collection of the 13 bits for each of the detectors and generation of 110 ‘scatter’ bits, one per detector. This vector of ‘scatter’ bits must then be transmitted to the trigger system sufficiently fast to participate in the aforementioned coincidence logic that generates event veto signal.