FairRoot/PandaRoot
Macros
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

#define END_TUBE_ID_SKEWED   2956
#define MAX_MULTISTATE_NUM   20
#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
#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
#define WARP_SIZE   32

Definition at line 24 of file MacrosForGPUComputing.h.