Simple data class that holds the MDT chamber type information: number of multilayers, number of layers, number of tubes.
More...
#include <MdtChamberTypeInfo.h>
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.
◆ 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: