![]() |
ATLAS Offline Software
|
#include <ClusterId.h>
Public Member Functions | |
| ClusterId ()=default | |
| ClusterId (int stName, int eta, int phi, int barrel, int measuresPhi) | |
| int | id () const |
| int | stName () const |
| int | eta () const |
| int | phi () const |
| int | isTgc () const |
| int | measuresPhi () const |
Static Public Attributes | |
| static constexpr int | stationOffSet = 1000000 |
| static constexpr int | etaOffSet = 10000 |
| static constexpr int | phiOffSet = 100 |
Private Attributes | |
| int | m_id {0} |
Definition at line 12 of file ClusterId.h.
|
default |
|
inline |
Definition at line 18 of file ClusterId.h.
|
inline |
Definition at line 24 of file ClusterId.h.
|
inline |
Definition at line 22 of file ClusterId.h.
|
inline |
Definition at line 26 of file ClusterId.h.
|
inline |
Definition at line 27 of file ClusterId.h.
|
inline |
Definition at line 25 of file ClusterId.h.
|
inline |
Definition at line 23 of file ClusterId.h.
|
staticconstexpr |
Definition at line 15 of file ClusterId.h.
|
private |
Definition at line 30 of file ClusterId.h.
|
staticconstexpr |
Definition at line 16 of file ClusterId.h.
|
staticconstexpr |
Definition at line 14 of file ClusterId.h.