![]() |
Project
|
#include "GPUReconstructionCPU.h"
#include "GPUReconstructionIncludes.h"
#include "GPUReconstructionThreading.h"
#include "GPUChain.h"
#include "GPUTPCClusterData.h"
#include "GPUTPCSectorOutput.h"
#include "GPUTPCSectorOutCluster.h"
#include "GPUTPCGMMergedTrack.h"
#include "GPUTPCGMMergedTrackHit.h"
#include "GPUTRDTrackletWord.h"
#include "AliHLTTPCClusterMCData.h"
#include "GPUTPCMCInfo.h"
#include "GPUTRDTrack.h"
#include "GPUTRDTracker.h"
#include "AliHLTTPCRawCluster.h"
#include "GPUTRDTrackletLabels.h"
#include "GPUMemoryResource.h"
#include "GPUConstantMem.h"
#include "GPUMemorySizeScalers.h"
#include <atomic>
#include <ctime>
#include "GPULogging.h"
#include <unistd.h>
#include "GPUReconstructionKernelList.h"
Go to the source code of this file.
Macros | |
#define | GPUCA_LOGGING_PRINTF |
#define | GPUCA_KRNL(x_class, x_attributes, x_arguments, x_forward, x_types) |
Definition in file GPUReconstructionCPU.cxx.
#define GPUCA_KRNL | ( | x_class, | |
x_attributes, | |||
x_arguments, | |||
x_forward, | |||
x_types | |||
) |
Definition at line 130 of file GPUReconstructionCPU.cxx.
#define GPUCA_LOGGING_PRINTF |
Definition at line 38 of file GPUReconstructionCPU.cxx.