#include <AliveStraws.h>
|
| static constexpr unsigned int | NTOTAL = 7 |
| static constexpr unsigned int | NLOCAL = 6 |
| static constexpr unsigned int | NWHEEL = 34 |
| static constexpr unsigned int | NLOCALPHI = 32 |
Definition at line 14 of file AliveStraws.h.
◆ AliveStraws()
| TRTCond::AliveStraws::AliveStraws |
( |
| ) |
|
|
inline |
◆ ~AliveStraws()
| virtual TRTCond::AliveStraws::~AliveStraws |
( |
| ) |
|
|
inlinevirtual |
◆ getStwLocal()
| const std::array< std::array< int, NLOCALPHI >, NLOCAL > & TRTCond::AliveStraws::getStwLocal |
( |
| ) |
const |
|
inline |
Definition at line 24 of file AliveStraws.h.
std::array< std::array< int, NLOCALPHI >, NLOCAL > m_stw_local
◆ getStwTotal()
| const std::array< int, NTOTAL > & TRTCond::AliveStraws::getStwTotal |
( |
| ) |
const |
|
inline |
Definition at line 23 of file AliveStraws.h.
std::array< int, NTOTAL > m_stw_total
◆ getStwWheel()
| const std::array< std::array< int, NLOCALPHI >, NWHEEL > & TRTCond::AliveStraws::getStwWheel |
( |
| ) |
const |
|
inline |
Definition at line 25 of file AliveStraws.h.
std::array< std::array< int, NLOCALPHI >, NWHEEL > m_stw_wheel
◆ update()
| void TRTCond::AliveStraws::update |
( |
const unsigned int | i, |
|
|
const unsigned int | j, |
|
|
const unsigned int | phi ) |
|
inline |
Definition at line 26 of file AliveStraws.h.
26 {
32 }
Scalar phi() const
phi method
static constexpr unsigned int NLOCALPHI
◆ m_stw_local
| std::array<std::array<int,NLOCALPHI>,NLOCAL> TRTCond::AliveStraws::m_stw_local {} |
|
private |
◆ m_stw_total
| std::array<int,NTOTAL> TRTCond::AliveStraws::m_stw_total {} |
|
private |
◆ m_stw_wheel
| std::array<std::array<int,NLOCALPHI>,NWHEEL> TRTCond::AliveStraws::m_stw_wheel {} |
|
private |
◆ NLOCAL
| unsigned int TRTCond::AliveStraws::NLOCAL = 6 |
|
staticconstexpr |
◆ NLOCALPHI
| unsigned int TRTCond::AliveStraws::NLOCALPHI = 32 |
|
staticconstexpr |
◆ NTOTAL
| unsigned int TRTCond::AliveStraws::NTOTAL = 7 |
|
staticconstexpr |
◆ NWHEEL
| unsigned int TRTCond::AliveStraws::NWHEEL = 34 |
|
staticconstexpr |
The documentation for this class was generated from the following file: