#include <cstdint>
#include <functional>
#include <fstream>
Go to the source code of this file.
|
| namespace | o2 |
| | a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
| |
| namespace | o2::gpu |
| |
|
| enum | o2::gpu::GPUChainTrackingDebugFlags : uint32_t {
o2::gpu::TPCSectorTrackingData = 1 << 0
, o2::gpu::TPCPreLinks = 1 << 1
, o2::gpu::TPCLinks = 1 << 2
, o2::gpu::TPCStartHits = 1 << 3
,
o2::gpu::TPCTracklets = 1 << 4
, o2::gpu::TPCHitWeights = 1 << 5
, o2::gpu::TPCSectorTracks = 1 << 6
, o2::gpu::TPCMergingRanges = 1 << 7
,
o2::gpu::TPCMergingSectorTracks = 1 << 8
, o2::gpu::TPCMergingMatching = 1 << 9
, o2::gpu::TPCMergingCollectedTracks = 1 << 10
, o2::gpu::TPCMergingCE = 1 << 11
,
o2::gpu::TPCMergingPrepareFit = 1 << 12
, o2::gpu::TPCMergingRefit = 1 << 13
, o2::gpu::TPCMergingLoopers = 1 << 14
, o2::gpu::TPCCompressedClusters = 1 << 15
,
o2::gpu::TPCDecompressedClusters = 1 << 16
, o2::gpu::TPCClustererClusters = 1 << 17
, o2::gpu::TPCClustererDigits = 1 << 18
, o2::gpu::TPCClustererPeaks = 1 << 19
,
o2::gpu::TPCClustererSuppressedPeaks = 1 << 20
, o2::gpu::TPCClustererChargeMap = 1 << 21
, o2::gpu::TPCClustererChargeMapSplit = 1 << 22
, o2::gpu::TPCClustererZeroedCharges = 1 << 23
} |
| |