Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

AnalEvent Class Reference

#include <AnalEvent.h>

Inheritance diagram for AnalEvent:

DataObject List of all members.

Public Methods

 AnalEvent (const char* name = "AnalEvent")
 Constructors. More...

virtual ~AnalEvent ()
 Destructor. More...

virtual const CLID& clID () const
 Retrieve reference to class definition structure. More...

const Classificationclassification () const
 Retrieve classificiation. More...

void setClassification (const Classification& value)
 Update classification. 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

Classification m_classification
 Event classification. More...


Friends

std::ostream& operator<< ( std::ostream& s, const AnalEvent& obj )
 Output operator(ASCII). More...


Constructor & Destructor Documentation

AnalEvent::AnalEvent ( const char * name = "AnalEvent" ) [inline]
 

Constructors.

Definition at line 39 of file AnalEvent.h.

AnalEvent::~AnalEvent ( ) [inline, virtual]
 

Destructor.

Definition at line 42 of file AnalEvent.h.


Member Function Documentation

const CLID & AnalEvent::clID ( ) const [inline, virtual]
 

Retrieve reference to class definition structure.

Definition at line 45 of file AnalEvent.h.

const CLID & AnalEvent::classID ( ) [inline, static]
 

Definition at line 46 of file AnalEvent.h.

Referenced by clID().

const Classification & AnalEvent::classification ( ) const [inline]
 

Retrieve classificiation.

Definition at line 49 of file AnalEvent.h.

std::ostream & AnalEvent::fillStream ( std::ostream & s ) const [inline, virtual]
 

Fill the output stream (ASCII).

Definition at line 96 of file AnalEvent.h.

Referenced by operator<<().

StreamBuffer & AnalEvent::serialize ( StreamBuffer & s ) [inline, virtual]
 

Serialize the object for reading.

Definition at line 89 of file AnalEvent.h.

StreamBuffer & AnalEvent::serialize ( StreamBuffer & s ) const [inline, virtual]
 

Serialize the object for writing.

Definition at line 82 of file AnalEvent.h.

void AnalEvent::setClassification ( const Classification & value ) [inline]
 

Update classification.

Definition at line 53 of file AnalEvent.h.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream & s,
const AnalEvent & obj ) [friend]
 

Output operator(ASCII).

Definition at line 63 of file AnalEvent.h.


Member Data Documentation

Classification AnalEvent::m_classification [private]
 

Event classification.

Definition at line 71 of file AnalEvent.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:22:51 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000