#include <gpuVertexFinder.h>
Public Types | |
using | TkSoA = pixelTrack::TrackSoA |
using | WorkSpace = gpuVertexFinder::WorkSpace |
using | ZVertices = ZVertexSoA |
Public Member Functions | |
ZVertexHeterogeneous | make (TkSoA const *tksoa, float ptMin) const |
ZVertexHeterogeneous | makeAsync (cudaStream_t stream, TkSoA const *tksoa, float ptMin) const |
Producer (bool oneKernel, bool useDensity, bool useDBSCAN, bool useIterative, int iminT, float ieps, float ierrmax, float ichi2max) | |
~Producer ()=default | |
Private Attributes | |
float | chi2max |
float | eps |
float | errmax |
int | minT |
const bool | oneKernel_ |
const bool | useDBSCAN_ |
const bool | useDensity_ |
const bool | useIterative_ |
Definition at line 40 of file gpuVertexFinder.h.
Definition at line 44 of file gpuVertexFinder.h.
Definition at line 43 of file gpuVertexFinder.h.
Definition at line 42 of file gpuVertexFinder.h.
|
inline |
Definition at line 46 of file gpuVertexFinder.h.
|
default |
ZVertexHeterogeneous gpuVertexFinder::Producer::make | ( | TkSoA const * | tksoa, |
float | ptMin | ||
) | const |
Definition at line 105 of file gpuVertexFinderImpl.h.
References gpuVertexFinder::assert(), chi2max, gather_cfg::cout, cudaCheck, eps, errmax, gpuVertexFinder::init(), gpuVertexFinder::maxChi2ForFinalFit, gpuVertexFinder::maxChi2ForFirstFit, gpuVertexFinder::maxChi2ForSplit, minT, oneKernel_, gpuVertexFinder::ptMin, gpuVertexFinder::soa, cms::cuda::stream, TrackSoAHeterogeneousT< S >::stride(), useDBSCAN_, useDensity_, useIterative_, and pwdgSkimBPark_cfi::vertices.
Referenced by PixelVertexProducerCUDA::produceOnCPU().
ZVertexHeterogeneous gpuVertexFinder::Producer::makeAsync | ( | cudaStream_t | stream, |
TkSoA const * | tksoa, | ||
float | ptMin | ||
) | const |
Referenced by PixelVertexProducerCUDA::produceOnGPU().
|
private |
Definition at line 78 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 76 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 77 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 75 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 70 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 72 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 71 of file gpuVertexFinder.h.
Referenced by make().
|
private |
Definition at line 73 of file gpuVertexFinder.h.
Referenced by make().