#include <CCAENTrigger.h>
Public Member Functions | |
| CCAENTrigger (CAENcard *pTrigger) | |
| virtual | ~CCAENTrigger () | 
| virtual void | Initialize () | 
| Initialize the class.   | |
| virtual void | Enable () | 
| Enable the trigger hardware.   | |
| virtual void | Disable () | 
| Disable the trigger hardware.   | |
| virtual bool | Check () | 
| Check for a trigger.   | |
| virtual void | Clear () | 
| Clear existing trigger.   | |
| CCAENTrigger (CAENcard *pTrigger) | |
| virtual | ~CCAENTrigger () | 
| virtual void | Initialize () | 
| Initialize the class.   | |
| virtual void | Enable () | 
| Enable the trigger hardware.   | |
| virtual void | Disable () | 
| Disable the trigger hardware.   | |
| virtual bool | Check () | 
| Check for a trigger.   | |
| virtual void | Clear () | 
| Clear existing trigger.   | |
Private Attributes | |
| CAENcard * | m_pTriggerModule | 
| CAENcard * | m_pTriggerModule | 
Definition at line 293 of file CCAENTrigger.h.
      
  | 
  
| 
 Construct a CCAENTrigger module. The only thing needed here is to initialize our member data: 
 Definition at line 289 of file CCAENTrigger.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 298 of file CCAENTrigger.h.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 
 Definition at line 298 of file include/CCAENTrigger.h.  | 
  
      
  | 
  
| 
 Check for a trigger. 
  | 
  
      
  | 
  
| 
 Check for a trigger. Check the trigger for data. 
 Definition at line 319 of file CCAENTrigger.cpp. References m_pTriggerModule.  | 
  
      
  | 
  
| 
 Clear existing trigger. 
  | 
  
      
  | 
  
| 
 Clear existing trigger. Clear a trigger also a no-op as the process of reading this module out will do any necessary clearing. Definition at line 328 of file CCAENTrigger.cpp.  | 
  
      
  | 
  
| 
 Disable the trigger hardware. 
  | 
  
      
  | 
  
| 
 Disable the trigger hardware. Disable the trigger from accepting data. This is a no-op since the assumption is that other parts of the code will be disabling the module as a matter of course. Definition at line 313 of file CCAENTrigger.cpp.  | 
  
      
  | 
  
| 
 Enable the trigger hardware. 
  | 
  
      
  | 
  
| 
 Enable the trigger hardware. Enable the trigger to accept events a no-op for us as we assume the module will be enabled to take data anyway by other parts of the system. Definition at line 304 of file CCAENTrigger.cpp.  | 
  
      
  | 
  
| 
 Initialize the class. 
  | 
  
      
  | 
  
| 
 Initialize the class. Initialize the trigger (A no-op for us): Definition at line 297 of file CCAENTrigger.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 295 of file include/CCAENTrigger.h.  | 
  
      
  | 
  
| 
 
 Definition at line 295 of file CCAENTrigger.h. Referenced by Check().  | 
  
 
1.3.4