ATLAS Offline Software
|
Class storing all the services of a stave (or a petal, etc...) classifying them by function and by number of items. More...
#include <StaveServices.h>
Public Member Functions | |
StaveServices (DetType::Type type, DetType::Part part, int layer, int nhv, int ndcs, int ndata, const std::vector< int > &lvGauge) | |
StaveServices (DetType::Type type, DetType::Part part, int layer, int nhv, int ndcs, int ndata, int lvGauge) | |
DetType::Type | type () const |
DetType::Part | part () const |
int | layer () const |
int | numHV () const |
int | numDCS () const |
int | numData () const |
int | numLvTypes () const |
int | lvGauge (int lvType) const |
Private Attributes | |
DetType::Type | m_type |
DetType::Part | m_part |
int | m_layer |
int | m_numHV |
int | m_numDCS |
int | m_numData |
std::vector< int > | m_lvGauge |
Class storing all the services of a stave (or a petal, etc...) classifying them by function and by number of items.
For example, it specifies the number of HV cables for each stave type.
Definition at line 15 of file StaveServices.h.
|
inline |
|
inline |
|
inline |
Definition at line 30 of file StaveServices.h.
|
inline |
Definition at line 36 of file StaveServices.h.
|
inline |
Definition at line 34 of file StaveServices.h.
|
inline |
Definition at line 33 of file StaveServices.h.
|
inline |
Definition at line 32 of file StaveServices.h.
|
inline |
Definition at line 35 of file StaveServices.h.
|
inline |
Definition at line 29 of file StaveServices.h.
|
inline |
Definition at line 28 of file StaveServices.h.
|
private |
Definition at line 42 of file StaveServices.h.
|
private |
Definition at line 46 of file StaveServices.h.
|
private |
Definition at line 45 of file StaveServices.h.
|
private |
Definition at line 44 of file StaveServices.h.
|
private |
Definition at line 43 of file StaveServices.h.
|
private |
Definition at line 41 of file StaveServices.h.
|
private |
Definition at line 40 of file StaveServices.h.