![]() |
ATLAS Offline Software
|
#include <NNPixelClusterCalibratorHelpers.h>
Public Types | |
| enum class | Index : index_t { outputUnitSize = 5 , xOffset = 1 , yOffset = 2 , xPrecOffset = 3 , yPrecOffset = 4 } |
| using | payload_t = NNinput::payload_t |
| using | index_t = NNinput::index_t |
Public Member Functions | |
| PositionNNoutput (const float *begin, const float *end) | |
| PositionNNoutput (int) | |
| std::vector< payload_t > & | payload () |
| index_t | numberOfSubClusters () |
| returns number of (sub)clusters Effectively it depends on the position network used | |
| payload_t | x (index_t cluster) |
| x position (in nn coordinates) | |
| payload_t | y (index_t cluster) |
| payload_t | xprec (index_t cluster) |
| precision in nn coordinates | |
| payload_t | yprec (index_t cluster) |
Private Attributes | |
| std::vector< payload_t > | m_payload |
Definition at line 215 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 218 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 217 of file NNPixelClusterCalibratorHelpers.h.
|
strong |
| Enumerator | |
|---|---|
| outputUnitSize | |
| xOffset | |
| yOffset | |
| xPrecOffset | |
| yPrecOffset | |
Definition at line 219 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 227 of file NNPixelClusterCalibratorHelpers.h.
|
inline |
Definition at line 229 of file NNPixelClusterCalibratorHelpers.h.
|
inline |
returns number of (sub)clusters Effectively it depends on the position network used
Definition at line 236 of file NNPixelClusterCalibratorHelpers.h.
|
inline |
Definition at line 232 of file NNPixelClusterCalibratorHelpers.h.
x position (in nn coordinates)
| cluster | index of cluster (not checked for validity) |
Definition at line 243 of file NNPixelClusterCalibratorHelpers.h.
precision in nn coordinates
Definition at line 255 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 260 of file NNPixelClusterCalibratorHelpers.h.
|
private |
Definition at line 266 of file NNPixelClusterCalibratorHelpers.h.