#include <ZVertexSoA.h>
Public Member Functions | |
__host__ __device__ void | init () |
Public Attributes | |
float | chi2 [MAXVTX] |
int16_t | idv [MAXTRACKS] |
int32_t | ndof [MAXTRACKS] |
uint32_t | nvFinal |
float | ptv2 [MAXVTX] |
uint16_t | sortInd [MAXVTX] |
float | wv [MAXVTX] |
float | zv [MAXVTX] |
Static Public Attributes | |
static constexpr uint32_t | MAXTRACKS = 32 * 1024 |
static constexpr uint32_t | MAXVTX = 1024 |
Definition at line 10 of file ZVertexSoA.h.
|
inline |
float ZVertexSoA::chi2[MAXVTX] |
Definition at line 17 of file ZVertexSoA.h.
Referenced by PixelVertexProducerFromSoA::produce().
int16_t ZVertexSoA::idv[MAXTRACKS] |
Definition at line 14 of file ZVertexSoA.h.
Referenced by L2TauNNProducer::fillPatatracks(), gpuVertexFinder::for(), PixelVertexProducerFromSoA::produce(), and L2TauNNProducer::selectGoodVertices().
|
static |
Definition at line 11 of file ZVertexSoA.h.
Referenced by gpuVertexFinder::__attribute__().
|
static |
Definition at line 12 of file ZVertexSoA.h.
Referenced by gpuVertexFinder::__attribute__().
int32_t ZVertexSoA::ndof[MAXTRACKS] |
Definition at line 19 of file ZVertexSoA.h.
Referenced by PixelVertexProducerFromSoA::produce().
uint32_t ZVertexSoA::nvFinal |
Definition at line 21 of file ZVertexSoA.h.
Referenced by init(), PixelVertexProducerFromSoA::produce(), and L2TauNNProducer::selectGoodVertices().
float ZVertexSoA::ptv2[MAXVTX] |
Definition at line 18 of file ZVertexSoA.h.
uint16_t ZVertexSoA::sortInd[MAXVTX] |
Definition at line 20 of file ZVertexSoA.h.
Referenced by PixelVertexProducerFromSoA::produce(), and L2TauNNProducer::selectGoodVertices().
float ZVertexSoA::wv[MAXVTX] |
Definition at line 16 of file ZVertexSoA.h.
Referenced by PixelVertexProducerFromSoA::produce().
float ZVertexSoA::zv[MAXVTX] |
Definition at line 15 of file ZVertexSoA.h.
Referenced by PixelVertexProducerFromSoA::produce().