#include <CRunVariableDumpTrigger.h>
Inheritance diagram for CRunVariableDumpTrigger:

Public Methods | |
| CRunVariableDumpTrigger (CExperiment &rExp) | |
| CRunVariableDumpTrigger (const CRunVariableDumpTrigger &rhs) | |
| Copy constructor.  | |
| ~CRunVariableDumpTrigger () | |
| Destructor.  | |
| void | operator() () | 
Private Methods | |
| CRunVariableDumpTrigger & | operator= (const CRunVariableDumpTrigger &rhs) | 
| Assignment.  | |
| int | operator== (const CRunVariableDumpTrigger &rhs) const | 
| Comparison for equality.  | |
| int | operator!= (const CRunVariableDumpTrigger &rhs) const | 
Private Attributes | |
| CExperiment & | m_rExperiment | 
Definition at line 307 of file CRunVariableDumpTrigger.h.
      
  | 
  
| 
 Construct a trigger. 
 Definition at line 312 of file CRunVariableDumpTrigger.cpp.  | 
  
      
  | 
  
| 
 Copy constructor. Copy construction. This is invoked when e.g. an object is passed by value to a function. The copy constructor makes a clone of the rhs object. Definition at line 322 of file CRunVariableDumpTrigger.cpp.  | 
  
      
  | 
  
| 
 Destructor. 
 Definition at line 316 of file CRunVariableDumpTrigger.h.  | 
  
      
  | 
  
| 
 
  | 
  
      
  | 
  
| 
 Called when it's time to trigger a run variable trigger. Implements CTimedEvent. Definition at line 335 of file CRunVariableDumpTrigger.cpp. References m_rExperiment, CExperiment::TriggerRunVariableBuffer(), and CExperiment::TriggerStateVariableBuffer().  | 
  
      
  | 
  
| 
 Assignment. 
  | 
  
      
  | 
  
| 
 Comparison for equality. 
  | 
  
      
  | 
  
| 
 
 Definition at line 310 of file CRunVariableDumpTrigger.h. Referenced by operator()().  | 
  
1.2.16