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

DigiEvent Class Reference

#include <DigiEvent.h>

Inheritance diagram for DigiEvent:

DataObject List of all members.

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...


Detailed Description

Essential information of the Digi event It can be identified by "/Event/Digi"

It contains:

Definition at line 42 of file DigiEvent.h.


Constructor & Destructor Documentation

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

Constructors.

Definition at line 46 of file DigiEvent.h.

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

Destructor.

Definition at line 50 of file DigiEvent.h.


Member Function Documentation

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

Retrieve reference to class definition structure.

Definition at line 53 of file DigiEvent.h.

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

Definition at line 54 of file DigiEvent.h.

Referenced by clID().

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

Fill the output stream (ASCII).

Definition at line 107 of file DigiEvent.h.

Referenced by operator<<().

bool DigiEvent::fromMC ( ) const [inline]
 

Retrieve flag of origin.

Definition at line 57 of file DigiEvent.h.

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

Serialize the object for reading.

Definition at line 97 of file DigiEvent.h.

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

Serialize the object for writing.

Definition at line 89 of file DigiEvent.h.

void DigiEvent::setFromMC ( bool value ) [inline]
 

Update flag of origine.

Definition at line 61 of file DigiEvent.h.


Friends And Related Function Documentation

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

Output operator(ASCII).

Definition at line 71 of file DigiEvent.h.


Member Data Documentation

bool DigiEvent::m_fromMC [private]
 

Flag of origin.

Definition at line 79 of file DigiEvent.h.


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