![]() |
Project
|
#include "GPUCommonDef.h"
Go to the source code of this file.
Macros | |
#define | GPUCA_TRACKLET_SELECTOR_MIN_HITS_B5(QPTB5) (CAMath::Abs(QPTB5) > 10 ? 10 : (CAMath::Abs(QPTB5) > 5 ? 15 : 29)) |
#define | GPUCA_MERGER_MAX_TRACK_CLUSTERS 1000 |
#define | GPUCA_MAXN 40 |
#define | GPUCA_MIN_TRACK_PTB5_DEFAULT 0.010f |
#define | GPUCA_MIN_TRACK_PTB5_REJECT_DEFAULT 0.050f |
#define | GPUCA_MAX_SIN_PHI_LOW 0.99f |
#define | GPUCA_MAX_SIN_PHI 0.999f |
#define | GPUCA_MIN_BIN_SIZE 2.f |
#define | GPUCA_MAX_BIN_SIZE 1000.f |
#define | GPUCA_TPC_COMP_CHUNK_SIZE 1024 |
#define | TPC_MAX_TIME_BIN_TRIGGERED 600 |
#define | GPUCA_NSECTORS 36 |
#define | GPUCA_ROW_COUNT 159 |
Definition in file GPUDefConstantsAndSettings.h.
#define GPUCA_MAX_BIN_SIZE 1000.f |
Definition at line 45 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MAX_SIN_PHI 0.999f |
Definition at line 42 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MAX_SIN_PHI_LOW 0.99f |
Definition at line 41 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MAXN 40 |
Definition at line 37 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MERGER_MAX_TRACK_CLUSTERS 1000 |
Definition at line 35 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MIN_BIN_SIZE 2.f |
Definition at line 44 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MIN_TRACK_PTB5_DEFAULT 0.010f |
Definition at line 38 of file GPUDefConstantsAndSettings.h.
#define GPUCA_MIN_TRACK_PTB5_REJECT_DEFAULT 0.050f |
Definition at line 39 of file GPUDefConstantsAndSettings.h.
#define GPUCA_NSECTORS 36 |
Definition at line 61 of file GPUDefConstantsAndSettings.h.
#define GPUCA_ROW_COUNT 159 |
Definition at line 65 of file GPUDefConstantsAndSettings.h.
#define GPUCA_TPC_COMP_CHUNK_SIZE 1024 |
Definition at line 47 of file GPUDefConstantsAndSettings.h.
#define GPUCA_TRACKLET_SELECTOR_MIN_HITS_B5 | ( | QPTB5 | ) | (CAMath::Abs(QPTB5) > 10 ? 10 : (CAMath::Abs(QPTB5) > 5 ? 15 : 29)) |
Definition at line 33 of file GPUDefConstantsAndSettings.h.
#define TPC_MAX_TIME_BIN_TRIGGERED 600 |
Definition at line 49 of file GPUDefConstantsAndSettings.h.