#include <SiLayers.h>
Public Methods | |
| SiLayer (int layer, int iview, int ToT = -1) | |
| constructor with layer and view and ToT information. More... | |
| virtual | ~SiLayer () |
| destructor, clear the list of strips addresses. More... | |
| void | setToT (int ToT) |
| set ToT value. More... | |
| void | addStrip (int istrip) |
| add strips address to the list of strips in the SiLayer. More... | |
| int | ToT () const |
| returns ToT value. More... | |
| int | layer () const |
| returns layer id. More... | |
| int | view () const |
| returns view id (default X=0, but crosscheck!). More... | |
| int | nstrips () |
| returns the number of strips in the SiLayer. More... | |
| int | idstrip (int i) |
| returns the strip id (address) of the strip in position i on the list. More... | |
| void | clear () |
| clear the list of strips. More... | |
| void | writeOut () const |
| writes out the information of the SiLayer. More... | |
Private Attributes | |
| int | m_view |
| view. More... | |
| int | m_layer |
| layer. More... | |
| int | m_ToT |
| ToT value. More... | |
| std::vector<int> | m_stripList |
| list of strips addresses. More... | |
Definition at line 26 of file SiLayers.h.
|
|
constructor with layer and view and ToT information.
Definition at line 11 of file SiLayers.cpp. |
|
|
destructor, clear the list of strips addresses.
Definition at line 34 of file SiLayers.h. |
|
|
returns ToT value.
Definition at line 42 of file SiLayers.h. |
|
|
add strips address to the list of strips in the SiLayer.
Definition at line 18 of file SiLayers.cpp. |
|
|
clear the list of strips.
Definition at line 54 of file SiLayers.h. |
|
|
returns the strip id (address) of the strip in position i on the list.
Definition at line 51 of file SiLayers.h. |
|
|
returns layer id.
Definition at line 44 of file SiLayers.h. |
|
|
returns the number of strips in the SiLayer.
Definition at line 49 of file SiLayers.h. |
|
|
set ToT value.
Definition at line 37 of file SiLayers.h. |
|
|
returns view id (default X=0, but crosscheck!).
Definition at line 46 of file SiLayers.h. |
|
|
writes out the information of the SiLayer.
Definition at line 25 of file SiLayers.cpp. |
|
|
ToT value.
Definition at line 70 of file SiLayers.h. |
|
|
layer.
Definition at line 68 of file SiLayers.h. |
|
|
list of strips addresses.
Definition at line 73 of file SiLayers.h. |
|
|
view.
Definition at line 66 of file SiLayers.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000