![]() |
ATLAS Offline Software
|
LayerIndex for the identification of layers in a simplified detector geometry of Cylinders and Discs. More...
#include <LayerIndex.h>
Public Member Functions | |
| LayerIndex ()=default | |
| Default Constructor. | |
| LayerIndex (int value) | |
| Constructor with value. | |
| LayerIndex (const LayerIndex &layIx)=default | |
| Copy Constructor. | |
| LayerIndex (LayerIndex &&layIx)=default | |
| Move Constructor. | |
| LayerIndex & | operator= (const LayerIndex &layIx)=default |
| Assignment Operator. | |
| LayerIndex & | operator= (LayerIndex &&layIx)=default |
| Move Assignment Operator. | |
| ~LayerIndex ()=default | |
| Destructor. | |
| int | value () const |
| layerIndex expressed in an integer | |
Protected Attributes | |
| int | m_value =0 |
LayerIndex for the identification of layers in a simplified detector geometry of Cylinders and Discs.
Definition at line 36 of file LayerIndex.h.
|
default |
Default Constructor.
|
inline |
|
default |
Copy Constructor.
|
default |
Move Constructor.
|
default |
Destructor.
|
default |
Assignment Operator.
|
default |
Move Assignment Operator.
|
inline |
layerIndex expressed in an integer
Definition at line 71 of file LayerIndex.h.
|
protected |
Definition at line 67 of file LayerIndex.h.