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