Simple data class that holds the MDT chamber type information: number of multilayers, number of layers, number of tubes.
More...
#include <MdtChamberTypeInfo.h>
|
| | MdtChamberTypeInfo (unsigned int nMul, unsigned int nLay, unsigned int nTub) |
| | Full initialise the chamber type info with number of multilayers (nMul), number of layers (nLay) and number of tubes (nTub)
|
| bool | operator== (const MdtChamberTypeInfo &rhs) const |
| | comparison operator
|
| unsigned int | nMultilayers () const |
| | Return the number of multilayers in the chamber.
|
| unsigned int | nLayers () const |
| | Return the number of layers per multilayer.
|
| unsigned int | nTubes () const |
| | Return the number of tubes per layer.
|
| unsigned int | nTotalTubes () const |
| | Return the total number of tubes in the chamber.
|
Simple data class that holds the MDT chamber type information: number of multilayers, number of layers, number of tubes.
Definition at line 26 of file MdtChamberTypeInfo.h.
◆ MdtChamberTypeInfo()
| MdtChamberTypeInfo::MdtChamberTypeInfo |
( |
unsigned int | nMul, |
|
|
unsigned int | nLay, |
|
|
unsigned int | nTub ) |
|
inline |
Full initialise the chamber type info with number of multilayers (nMul), number of layers (nLay) and number of tubes (nTub)
Definition at line 47 of file MdtChamberTypeInfo.h.
50{}
unsigned int m_nMultilayers
◆ nLayers()
| unsigned int MdtChamberTypeInfo::nLayers |
( |
| ) |
const |
|
inline |
◆ nMultilayers()
| unsigned int MdtChamberTypeInfo::nMultilayers |
( |
| ) |
const |
|
inline |
◆ nTotalTubes()
| unsigned int MdtChamberTypeInfo::nTotalTubes |
( |
| ) |
const |
|
inline |
◆ nTubes()
| unsigned int MdtChamberTypeInfo::nTubes |
( |
| ) |
const |
|
inline |
◆ operator==()
◆ m_nLayers
| unsigned int MdtChamberTypeInfo::m_nLayers |
|
private |
◆ m_nMultilayers
| unsigned int MdtChamberTypeInfo::m_nMultilayers |
|
private |
◆ m_nTubes
| unsigned int MdtChamberTypeInfo::m_nTubes |
|
private |
The documentation for this class was generated from the following file: