![]() |
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 SttCellTrackFinder/MacrosForGPUComputing.h.
#define MAX_MULTISTATE_NUM 20 |
Definition at line 21 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define MAX_SKEWED_NEIGHBORS 22 |
Definition at line 13 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define MAX_THREADS_PER_BLOCK 1024 |
Definition at line 20 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define MAX_UNSKEWED_NEIGHBORS 6 |
Definition at line 14 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define NUM_SKEWED_STRAWS (END_TUBE_ID_SKEWED - START_TUBE_ID_SKEWED + 1) |
Definition at line 17 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define NUM_STRAWS 4542 |
Definition at line 12 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define NUM_UNSKEWED_STRAWS (NUM_STRAWS - NUM_SKEWED_STRAWS) |
Definition at line 18 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define START_TUBE_ID_SKEWED 855 |
Definition at line 15 of file SttCellTrackFinder/MacrosForGPUComputing.h.
#define WARP_SIZE 32 |
Definition at line 23 of file SttCellTrackFinder/MacrosForGPUComputing.h.