![]() |
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 28 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define MAX_MULTISTATE_NUM 20 |
Definition at line 33 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define MAX_SKEWED_NEIGHBORS 22 |
Definition at line 25 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define MAX_THREADS_PER_BLOCK 1024 |
Definition at line 32 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define MAX_UNSKEWED_NEIGHBORS 6 |
Definition at line 26 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define NUM_SKEWED_STRAWS (END_TUBE_ID_SKEWED - START_TUBE_ID_SKEWED + 1) |
Definition at line 29 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define NUM_STRAWS 4542 |
Definition at line 24 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define NUM_UNSKEWED_STRAWS (NUM_STRAWS - NUM_SKEWED_STRAWS) |
Definition at line 30 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define START_TUBE_ID_SKEWED 855 |
Definition at line 27 of file SttCellTrackFinder/MacrosForGPUComputing.h.
| #define WARP_SIZE 32 |
Definition at line 35 of file SttCellTrackFinder/MacrosForGPUComputing.h.