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

Public Methods | |
| RawEvent (const char* name = "RawEvent") | |
| Constructors. More... | |
| virtual | ~RawEvent () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| bool | fromMC () const |
| Retrieve flag of origine. More... | |
| void | setFromMC (bool value) |
| Update flag of origine. More... | |
| long | errorStatus () const |
| Retrieve error status. More... | |
| void | setErrorStatus (long value) |
| Update error status. More... | |
| long | highVoltageMask () const |
| Retrieve high voltage status word. More... | |
| void | setHighVoltageMask (long value) |
| Update high voltage status word. More... | |
| const TriggerPattern& | triggerPattern () const |
| Retrieve trigger pattern. More... | |
| void | setTriggerPattern (const TriggerPattern& value) |
| Update trigger pattern. More... | |
| virtual StreamBuffer& | serialize ( StreamBuffer& s ) const |
| Serialize the object for writing. More... | |
| virtual StreamBuffer& | serialize ( StreamBuffer& s ) |
| Serialize the object for reading. More... | |
| virtual std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Static Public Methods | |
| const CLID& | classID () |
Private Attributes | |
| bool | m_fromMC |
| Flag of origin. More... | |
| long | m_errorStatus |
| Error status. More... | |
| long | m_highVoltageMask |
| High voltage status word. More... | |
| TriggerPattern | m_triggerPattern |
| Trigger pattern. More... | |
Friends | |
| std::ostream& | operator<< ( std::ostream& s, const RawEvent& obj ) |
| Output operator(ASCII). More... | |
It contains:
Definition at line 50 of file RawEvent.h.
|
|
Constructors.
Definition at line 54 of file RawEvent.h. |
|
|
Destructor.
Definition at line 60 of file RawEvent.h. |
|
|
Retrieve reference to class definition structure.
Definition at line 63 of file RawEvent.h. |
|
|
Definition at line 64 of file RawEvent.h. Referenced by clID(). |
|
|
Retrieve error status.
Definition at line 76 of file RawEvent.h. |
|
|
Fill the output stream (ASCII).
Definition at line 158 of file RawEvent.h. Referenced by operator<<(). |
|
|
Retrieve flag of origine.
Definition at line 67 of file RawEvent.h. |
|
|
Retrieve high voltage status word.
Definition at line 85 of file RawEvent.h. |
|
|
Serialize the object for reading.
Definition at line 145 of file RawEvent.h. |
|
|
Serialize the object for writing.
Definition at line 133 of file RawEvent.h. |
|
|
Update error status.
Definition at line 80 of file RawEvent.h. |
|
|
Update flag of origine.
Definition at line 71 of file RawEvent.h. |
|
|
Update high voltage status word.
Definition at line 89 of file RawEvent.h. |
|
|
Update trigger pattern.
Definition at line 98 of file RawEvent.h. |
|
|
Retrieve trigger pattern.
Definition at line 94 of file RawEvent.h. |
|
|
Output operator(ASCII).
Definition at line 108 of file RawEvent.h. |
|
|
Error status.
Definition at line 118 of file RawEvent.h. |
|
|
Flag of origin.
Definition at line 116 of file RawEvent.h. |
|
|
High voltage status word.
Definition at line 120 of file RawEvent.h. |
|
|
Trigger pattern.
Definition at line 122 of file RawEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000