#include <SummaryPID.h>
Public Methods | |
| SummaryPID ( long pValue, long antipValue ) | |
| SummaryPID () | |
| ~SummaryPID () | |
| long | pIDCode () const |
| void | setPIDCode ( long value ) |
| Update first element of summary particle ID. More... | |
| long | antiPIDCode () const |
| void | setAntiPIDCode ( long value ) |
| Update second element of summary particle ID. More... | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| long | m_pIDCode |
| long | m_antiPIDCode |
Friends | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const SummaryPID& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, SummaryPID& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const SummaryPID& obj ) |
| Output operator(ASCII). More... | |
|
|
Definition at line 33 of file SummaryPID.h. |
|
|
Definition at line 36 of file SummaryPID.h. |
|
|
Definition at line 40 of file SummaryPID.h. |
|
|
Definition at line 55 of file SummaryPID.h. |
|
|
Fill the output stream (ASCII).
Definition at line 83 of file SummaryPID.h. Referenced by operator<<(). |
|
|
Definition at line 44 of file SummaryPID.h. |
|
|
Update second element of summary particle ID.
Definition at line 60 of file SummaryPID.h. |
|
|
Update first element of summary particle ID.
Definition at line 49 of file SummaryPID.h. |
|
|
Output operator(ASCII).
Definition at line 79 of file SummaryPID.h. |
|
|
Serialize the object for writing.
Definition at line 65 of file SummaryPID.h. |
|
|
Serialize the object for reading.
Definition at line 72 of file SummaryPID.h. |
|
|
Definition at line 95 of file SummaryPID.h. |
|
|
Definition at line 94 of file SummaryPID.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000