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

IrfAcdHit Class Reference

IRF data concerning the ACD. More...

#include <IrfAcdHit.h>

Inheritance diagram for IrfAcdHit:

ContainedObject List of all members.

Public Methods

 IrfAcdHit ()
 Constructor. More...

virtual ~IrfAcdHit ()
 Destructor. More...

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

unsigned int id () const
 Tile id number. More...

void setId (long value)
float energy () const
 get energy (GeV) deposited in this ACD tile. More...

void setEnergy (float value)
 set the energy (GeV) deposited in this ACD tile. More...

virtual StreamBuffer& serialize ( StreamBuffer& s )
 used to convert container of objects. More...

virtual StreamBuffer& serialize ( StreamBuffer& s ) const
virtual std::ostream& fillStream ( std::ostream& s ) const

Static Public Methods

const CLID& classID ()

Private Attributes

unsigned int m_id
float m_energy

Detailed Description

IRF data concerning the ACD.

It contains:

Definition at line 24 of file IrfAcdHit.h.


Constructor & Destructor Documentation

IrfAcdHit::IrfAcdHit ( ) [inline]
 

Constructor.

Definition at line 28 of file IrfAcdHit.h.

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

Destructor.

Definition at line 31 of file IrfAcdHit.h.


Member Function Documentation

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

Retrieve reference to class definition structure.

Definition at line 34 of file IrfAcdHit.h.

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

Definition at line 35 of file IrfAcdHit.h.

Referenced by clID().

float IrfAcdHit::energy ( ) const [inline]
 

get energy (GeV) deposited in this ACD tile.

Definition at line 42 of file IrfAcdHit.h.

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

Definition at line 74 of file IrfAcdHit.h.

unsigned int IrfAcdHit::id ( ) const [inline]
 

Tile id number.

Definition at line 38 of file IrfAcdHit.h.

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

Definition at line 56 of file IrfAcdHit.h.

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

used to convert container of objects.

Definition at line 65 of file IrfAcdHit.h.

void IrfAcdHit::setEnergy ( float value ) [inline]
 

set the energy (GeV) deposited in this ACD tile.

Definition at line 44 of file IrfAcdHit.h.

void IrfAcdHit::setId ( long value ) [inline]
 

Definition at line 39 of file IrfAcdHit.h.


Member Data Documentation

float IrfAcdHit::m_energy [private]
 

Definition at line 53 of file IrfAcdHit.h.

unsigned int IrfAcdHit::m_id [private]
 

Definition at line 52 of file IrfAcdHit.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