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

Public Methods | |
| IrfTkrHit () | |
| Constructors. More... | |
| virtual | ~IrfTkrHit () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| unsigned int | id () const |
| strip id number. More... | |
| void | setId (long value) |
| float | energy () const |
| get energy deposited in this strip. More... | |
| void | setEnergy (float value) |
| set the energy deposited in this strip. More... | |
| int | noise () const |
| get noise value for this strip, where 1 == caused by noise, and 0 == not caused by noise. More... | |
| void | setNoise (int value) |
| set the noise for this strip, where 1 == caused by noise, and 0 == not caused by noise. 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 |
| int | m_noise |
It contains:
Definition at line 24 of file IrfTkrHit.h.
|
|
Constructors.
Definition at line 28 of file IrfTkrHit.h. |
|
|
Destructor.
Definition at line 35 of file IrfTkrHit.h. |
|
|
Retrieve reference to class definition structure.
Definition at line 38 of file IrfTkrHit.h. |
|
|
Definition at line 39 of file IrfTkrHit.h. Referenced by clID(). |
|
|
get energy deposited in this strip.
Definition at line 46 of file IrfTkrHit.h. |
|
|
Definition at line 84 of file IrfTkrHit.h. |
|
|
strip id number.
Definition at line 42 of file IrfTkrHit.h. |
|
|
get noise value for this strip, where 1 == caused by noise, and 0 == not caused by noise.
Definition at line 51 of file IrfTkrHit.h. |
|
|
Definition at line 66 of file IrfTkrHit.h. |
|
|
used to convert container of objects.
Definition at line 75 of file IrfTkrHit.h. Referenced by IrfTkrLayer::serialize(). |
|
|
set the energy deposited in this strip.
Definition at line 48 of file IrfTkrHit.h. |
|
|
Definition at line 43 of file IrfTkrHit.h. |
|
|
set the noise for this strip, where 1 == caused by noise, and 0 == not caused by noise.
Definition at line 53 of file IrfTkrHit.h. |
|
|
Definition at line 62 of file IrfTkrHit.h. |
|
|
Definition at line 61 of file IrfTkrHit.h. |
|
|
Definition at line 63 of file IrfTkrHit.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000