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

Public Methods | |
| CTraditionalEventSegment () | |
| Default constructor. | |
| ~CTraditionalEventSegment () | |
| Destructor. | |
Protected Methods | |
| virtual void | Initialize () |
| virtual DAQWordBufferPtr & | Read (DAQWordBufferPtr &rBuffer) |
| virtual void | Clear () |
| virtual unsigned int | MaxSize () |
Private Methods | |
| CTraditionalEventSegment (const CTraditionalEventSegment &rhs) | |
| Copy constructor. | |
| CTraditionalEventSegment & | operator= (const CTraditionalEventSegment &rhs) |
| Assignment. | |
| int | operator== (const CTraditionalEventSegment &rhs) const |
| Comparison for equality. | |
| int | operator!= (const CTraditionalEventSegment &rhs) const |
Private Attributes | |
| void * | m_pVmeFd |
Definition at line 295 of file CTraditionalEventSegment.h.
|
|
Default constructor. Default constructor. This is called when declarations of the form e.g.: We need to create a CAMAC map and set the CAMBAS/pCAMAC variables Definition at line 300 of file CTraditionalEventSegment.cpp. |
|
|
Destructor.
Definition at line 303 of file CTraditionalEventSegment.h. |
|
|
Copy constructor.
|
|
|
Clear the hardware associated with this event. Implements CEventSegment. Definition at line 344 of file CTraditionalEventSegment.cpp. |
|
|
Initialize the event readout. Implements CEventSegment. Definition at line 318 of file CTraditionalEventSegment.cpp. |
|
|
Return the maximum number of words of data this segment can read out. Implements CEventSegment. Definition at line 356 of file CTraditionalEventSegment.cpp. References evtmax(). |
|
|
|
|
|
Assignment.
|
|
|
Comparison for equality.
|
|
|
Read the segment of the event for which this class is responsible.
Implements CEventSegment. Definition at line 331 of file CTraditionalEventSegment.cpp. |
|
|
Definition at line 298 of file CTraditionalEventSegment.h. Referenced by CTraditionalEventSegment(). |
1.2.16