![]() |
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) | |
| 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 209 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 212 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 211 of file NNPixelClusterCalibratorHelpers.h.
|
strong |
| Enumerator | |
|---|---|
| outputUnitSize | |
| xOffset | |
| yOffset | |
| xPrecOffset | |
| yPrecOffset | |
Definition at line 213 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 221 of file NNPixelClusterCalibratorHelpers.h.
|
inline |
returns number of (sub)clusters Effectively it depends on the position network used
Definition at line 228 of file NNPixelClusterCalibratorHelpers.h.
|
inline |
Definition at line 224 of file NNPixelClusterCalibratorHelpers.h.
x position (in nn coordinates)
| cluster | index of cluster (not checked for validity) |
Definition at line 235 of file NNPixelClusterCalibratorHelpers.h.
precision in nn coordinates
Definition at line 247 of file NNPixelClusterCalibratorHelpers.h.
Definition at line 252 of file NNPixelClusterCalibratorHelpers.h.
|
private |
Definition at line 258 of file NNPixelClusterCalibratorHelpers.h.