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

Public Methods | |
| IrfTkrLayer () | |
| Constructors. More... | |
| virtual | ~IrfTkrLayer () |
| Destructor. More... | |
| virtual const CLID& | clID () const |
| Retrieve reference to class definition structure. More... | |
| unsigned int | id () const |
| SiLayer id number. More... | |
| void | setId (long value) |
| float | MaxEnergy () const |
| max energy deposited in all hit strips for this SiLayer. More... | |
| void | setMaxEnergy (float value) |
| void | clearHits () |
| clear hitVector. More... | |
| void | addHit (IrfTkrHit *hit) |
| add a IrfTkrHit to the list of hit strips for this SiLayer. More... | |
| IrfTkrHitVector* | getHits () |
| retrieve the vector of hit strips. 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 |
| IrfTkrHitVector | m_hitVector |
It contains:
Definition at line 41 of file IrfTkrLayer.h.
|
|
Constructors.
Definition at line 45 of file IrfTkrLayer.h. |
|
|
Destructor.
Definition at line 48 of file IrfTkrLayer.h. |
|
|
max energy deposited in all hit strips for this SiLayer.
Definition at line 59 of file IrfTkrLayer.h. |
|
|
add a IrfTkrHit to the list of hit strips for this SiLayer.
Definition at line 70 of file IrfTkrLayer.h. Referenced by serialize(). |
|
|
Retrieve reference to class definition structure.
Definition at line 51 of file IrfTkrLayer.h. |
|
|
Definition at line 52 of file IrfTkrLayer.h. Referenced by clID(). |
|
|
clear hitVector.
Definition at line 63 of file IrfTkrLayer.h. |
|
|
Definition at line 116 of file IrfTkrLayer.h. |
|
|
retrieve the vector of hit strips.
Definition at line 73 of file IrfTkrLayer.h. |
|
|
SiLayer id number.
Definition at line 55 of file IrfTkrLayer.h. |
|
|
Definition at line 86 of file IrfTkrLayer.h. |
|
|
used to convert container of objects.
Definition at line 99 of file IrfTkrLayer.h. |
|
|
Definition at line 56 of file IrfTkrLayer.h. |
|
|
Definition at line 60 of file IrfTkrLayer.h. |
|
|
Definition at line 82 of file IrfTkrLayer.h. |
|
|
Definition at line 83 of file IrfTkrLayer.h. |
|
|
Definition at line 81 of file IrfTkrLayer.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000