Project
Loading...
Searching...
No Matches
GPUReconstructionIncludes.h File Reference
#include <sys/syscall.h>
#include <semaphore.h>
#include <fcntl.h>
#include <sched.h>
#include "GPUDef.h"
#include "GPULogging.h"
#include "GPUDataTypes.h"
#include <iostream>
#include <fstream>

Go to the source code of this file.

Macros

#define GPUCA_GPUReconstructionUpdateDefaults()
 

Detailed Description

Author
David Rohr

Definition in file GPUReconstructionIncludes.h.

Macro Definition Documentation

◆ GPUCA_GPUReconstructionUpdateDefaults

#define GPUCA_GPUReconstructionUpdateDefaults ( )
Value:
if (mProcessingSettings.alternateBorderSort < 0) { \
mProcessingSettings.alternateBorderSort = GPUCA_ALTERNATE_BORDER_SORT; \
} \
if (mProcessingSettings.mergerSortTracks < 0) { \
mProcessingSettings.mergerSortTracks = GPUCA_SORT_BEFORE_FIT; \
} \
if (param().rec.tpc.looperInterpolationInExtraPass < 0) { \
param().rec.tpc.looperInterpolationInExtraPass = GPUCA_MERGER_SPLIT_LOOP_INTERPOLATION; \
} \
if (mProcessingSettings.tpcCompressionGatherModeKernel < 0) { \
mProcessingSettings.tpcCompressionGatherModeKernel = GPUCA_COMP_GATHER_KERNEL; \
} \
if (mProcessingSettings.tpcCompressionGatherMode < 0) { \
mProcessingSettings.tpcCompressionGatherMode = GPUCA_COMP_GATHER_MODE; \
}
#define GPUCA_ALTERNATE_BORDER_SORT
#define GPUCA_COMP_GATHER_KERNEL
#define GPUCA_MERGER_SPLIT_LOOP_INTERPOLATION
#define GPUCA_SORT_BEFORE_FIT
#define GPUCA_COMP_GATHER_MODE
GLenum GLfloat param
Definition glcorearb.h:271
GPUReconstruction * rec

Definition at line 32 of file GPUReconstructionIncludes.h.