![]() |
ATLAS Offline Software
|
#include <AliveStraws.h>
Public Member Functions | |
| AliveStraws () | |
| virtual | ~AliveStraws () |
| const std::array< int, NTOTAL > & | getStwTotal () const |
| const std::array< std::array< int, NLOCALPHI >, NLOCAL > & | getStwLocal () const |
| const std::array< std::array< int, NLOCALPHI >, NWHEEL > & | getStwWheel () const |
| void | update (const unsigned int i, const unsigned int j, const unsigned int phi) |
Static Public Attributes | |
| static constexpr unsigned int | NTOTAL = 7 |
| static constexpr unsigned int | NLOCAL = 6 |
| static constexpr unsigned int | NWHEEL = 34 |
| static constexpr unsigned int | NLOCALPHI = 32 |
Private Attributes | |
| std::array< int, NTOTAL > | m_stw_total {} |
| std::array< std::array< int, NLOCALPHI >, NLOCAL > | m_stw_local {} |
| std::array< std::array< int, NLOCALPHI >, NWHEEL > | m_stw_wheel {} |
Definition at line 14 of file AliveStraws.h.
|
inline |
Definition at line 20 of file AliveStraws.h.
|
inlinevirtual |
Definition at line 22 of file AliveStraws.h.
|
inline |
Definition at line 24 of file AliveStraws.h.
Definition at line 23 of file AliveStraws.h.
|
inline |
Definition at line 25 of file AliveStraws.h.
|
inline |
Definition at line 26 of file AliveStraws.h.
Definition at line 36 of file AliveStraws.h.
|
private |
Definition at line 35 of file AliveStraws.h.
Definition at line 37 of file AliveStraws.h.
|
staticconstexpr |
Definition at line 17 of file AliveStraws.h.
|
staticconstexpr |
Definition at line 19 of file AliveStraws.h.
|
staticconstexpr |
Definition at line 16 of file AliveStraws.h.
|
staticconstexpr |
Definition at line 18 of file AliveStraws.h.