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

Public Methods | |
| DigiEvent (const char* name = "DigiEvent") | |
| Constructors. More... | |
| virtual | ~DigiEvent () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| bool | fromMC () const |
| Retrieve flag of origin. More... | |
| void | setFromMC (bool value) |
| Update flag of origine. 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... | |
Friends | |
| std::ostream& | operator<< ( std::ostream& s, const DigiEvent& obj ) |
| Output operator(ASCII). More... | |
It contains:
Definition at line 42 of file DigiEvent.h.
|
|
Constructors.
Definition at line 46 of file DigiEvent.h. |
|
|
Destructor.
Definition at line 50 of file DigiEvent.h. |
|
|
Retrieve reference to class definition structure.
Definition at line 53 of file DigiEvent.h. |
|
|
Definition at line 54 of file DigiEvent.h. Referenced by clID(). |
|
|
Fill the output stream (ASCII).
Definition at line 107 of file DigiEvent.h. Referenced by operator<<(). |
|
|
Retrieve flag of origin.
Definition at line 57 of file DigiEvent.h. |
|
|
Serialize the object for reading.
Definition at line 97 of file DigiEvent.h. |
|
|
Serialize the object for writing.
Definition at line 89 of file DigiEvent.h. |
|
|
Update flag of origine.
Definition at line 61 of file DigiEvent.h. |
|
|
Output operator(ASCII).
Definition at line 71 of file DigiEvent.h. |
|
|
Flag of origin.
Definition at line 79 of file DigiEvent.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000