FairRoot/PandaRoot
|
Go to the source code of this file.
Macros | |
#define | NUM_STRAWS 4542 |
#define | MAX_SKEWED_NEIGHBORS 22 |
#define | MAX_UNSKEWED_NEIGHBORS 6 |
#define | START_TUBE_ID_SKEWED 855 |
#define | END_TUBE_ID_SKEWED 2956 |
#define | NUM_SKEWED_STRAWS (END_TUBE_ID_SKEWED-START_TUBE_ID_SKEWED+1) |
#define | NUM_UNSKEWED_STRAWS (NUM_STRAWS-NUM_SKEWED_STRAWS) |
#define | MAX_THREADS_PER_BLOCK 1024 |
#define | MAX_MULTISTATE_NUM 20 |
#define | WARP_SIZE 32 |
#define END_TUBE_ID_SKEWED 2956 |
Definition at line 16 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackletGenerator::GenerateTrackletsGPU(), and PndSttCellTrackFinderTask::Init().
#define MAX_MULTISTATE_NUM 20 |
Definition at line 22 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackletGenerator::GenerateTrackletsGPU().
#define MAX_SKEWED_NEIGHBORS 22 |
Definition at line 13 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackFinderTask::Init().
#define MAX_THREADS_PER_BLOCK 1024 |
Definition at line 21 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackFinder::FindTracks().
#define MAX_UNSKEWED_NEIGHBORS 6 |
Definition at line 14 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackFinderTask::Init().
#define NUM_SKEWED_STRAWS (END_TUBE_ID_SKEWED-START_TUBE_ID_SKEWED+1) |
Definition at line 17 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackFinderTask::Init().
#define NUM_STRAWS 4542 |
Definition at line 12 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackletGenerator::GenerateTrackletsGPU().
#define NUM_UNSKEWED_STRAWS (NUM_STRAWS-NUM_SKEWED_STRAWS) |
Definition at line 18 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackFinderTask::Init().
#define START_TUBE_ID_SKEWED 855 |
Definition at line 15 of file MacrosForGPUComputing.h.
Referenced by PndSttCellTrackletGenerator::GenerateTrackletsGPU(), and PndSttCellTrackFinderTask::Init().
#define WARP_SIZE 32 |
Definition at line 24 of file MacrosForGPUComputing.h.