#include <SeedMakingWorkCuda_ITk.h>
Definition at line 19 of file SeedMakingWorkCuda_ITk.h.
◆ SeedMakingWorkCudaITk()
◆ ~SeedMakingWorkCudaITk()
| SeedMakingWorkCudaITk::~SeedMakingWorkCudaITk |
( |
| ) |
|
◆ checkError()
| void SeedMakingWorkCudaITk::checkError |
( |
| ) |
const |
|
inlineprivate |
Definition at line 33 of file SeedMakingWorkCuda_ITk.h.
33 {
34 cudaError_t
error = cudaGetLastError();
35 if(error != cudaSuccess) {
36 printf("CUDA error: %s\n", cudaGetErrorString(error));
38 }
39 };
◆ getId()
| unsigned int SeedMakingWorkCudaITk::getId |
( |
| ) |
const |
|
inlinevirtual |
◆ getOutput()
◆ run()
| bool SeedMakingWorkCudaITk::run |
( |
| ) |
|
|
virtual |
◆ m_context
◆ m_CovMS
| float SeedMakingWorkCudaITk::m_CovMS {} |
|
private |
◆ m_input
◆ m_maxD0
| float SeedMakingWorkCudaITk::m_maxD0 {} |
|
private |
◆ m_minPt2
| float SeedMakingWorkCudaITk::m_minPt2 {} |
|
private |
◆ m_output
◆ m_ptCoeff
| float SeedMakingWorkCudaITk::m_ptCoeff {} |
|
private |
◆ m_ptCoeff2
| float SeedMakingWorkCudaITk::m_ptCoeff2 {} |
|
private |
◆ m_timeLine
◆ m_workId
| unsigned int SeedMakingWorkCudaITk::m_workId |
|
private |
The documentation for this class was generated from the following file: