PandaRoot
SttCellTrackFinder/MacrosForGPUComputing.h File Reference

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
 

Macro Definition Documentation

◆ END_TUBE_ID_SKEWED

#define END_TUBE_ID_SKEWED   2956

Definition at line 16 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ MAX_MULTISTATE_NUM

#define MAX_MULTISTATE_NUM   20

Definition at line 21 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ MAX_SKEWED_NEIGHBORS

#define MAX_SKEWED_NEIGHBORS   22

Definition at line 13 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ MAX_THREADS_PER_BLOCK

#define MAX_THREADS_PER_BLOCK   1024

Definition at line 20 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ MAX_UNSKEWED_NEIGHBORS

#define MAX_UNSKEWED_NEIGHBORS   6

Definition at line 14 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ NUM_SKEWED_STRAWS

#define NUM_SKEWED_STRAWS   (END_TUBE_ID_SKEWED - START_TUBE_ID_SKEWED + 1)

Definition at line 17 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ NUM_STRAWS

#define NUM_STRAWS   4542

Definition at line 12 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ NUM_UNSKEWED_STRAWS

#define NUM_UNSKEWED_STRAWS   (NUM_STRAWS - NUM_SKEWED_STRAWS)

Definition at line 18 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ START_TUBE_ID_SKEWED

#define START_TUBE_ID_SKEWED   855

Definition at line 15 of file SttCellTrackFinder/MacrosForGPUComputing.h.

◆ WARP_SIZE

#define WARP_SIZE   32

Definition at line 23 of file SttCellTrackFinder/MacrosForGPUComputing.h.