Project
Loading...
Searching...
No Matches
GPUDataTypesQA.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
14
15
#ifndef GPUDATATYPESQA_H
16
#define GPUDATATYPESQA_H
17
18
#include "
GPUCommonDef.h
"
19
20
#include <cstddef>
21
22
namespace
o2::gpu::gpudatatypes::gpuqa
23
{
24
enum
gpuQATaskIds
: int32_t {
25
tasksNone
= 0,
26
taskTrackingEff
= 1,
27
taskTrackingRes
= 2,
28
taskTrackingResPull
= 4,
29
taskClusterAttach
= 8,
30
tasksAllMC
= 16 - 1,
31
taskTrackStatistics
= 16,
32
taskClusterCounts
= 32,
33
taskClusterRejection
= 64,
34
tasksAll
= 128 - 1,
35
tasksDefault
=
tasksAll
,
36
tasksDefaultPostprocess
=
tasksDefault
& ~taskClusterCounts,
37
tasksAllNoQC
=
tasksAll
& ~tasksAllMC,
38
tasksAutomatic
= -1
39
};
40
}
// namespace o2::gpu::gpudatatypes::gpuqa
41
42
#endif
GPUCommonDef.h
o2::gpu::gpudatatypes::gpuqa
Definition
GPUDataTypesQA.h:23
o2::gpu::gpudatatypes::gpuqa::gpuQATaskIds
gpuQATaskIds
Definition
GPUDataTypesQA.h:24
o2::gpu::gpudatatypes::gpuqa::taskTrackingRes
@ taskTrackingRes
Definition
GPUDataTypesQA.h:27
o2::gpu::gpudatatypes::gpuqa::tasksAllNoQC
@ tasksAllNoQC
Definition
GPUDataTypesQA.h:37
o2::gpu::gpudatatypes::gpuqa::tasksAll
@ tasksAll
Definition
GPUDataTypesQA.h:34
o2::gpu::gpudatatypes::gpuqa::tasksAutomatic
@ tasksAutomatic
Definition
GPUDataTypesQA.h:38
o2::gpu::gpudatatypes::gpuqa::tasksNone
@ tasksNone
Definition
GPUDataTypesQA.h:25
o2::gpu::gpudatatypes::gpuqa::taskTrackStatistics
@ taskTrackStatistics
Definition
GPUDataTypesQA.h:31
o2::gpu::gpudatatypes::gpuqa::tasksAllMC
@ tasksAllMC
Definition
GPUDataTypesQA.h:30
o2::gpu::gpudatatypes::gpuqa::taskTrackingResPull
@ taskTrackingResPull
Definition
GPUDataTypesQA.h:28
o2::gpu::gpudatatypes::gpuqa::taskClusterCounts
@ taskClusterCounts
Definition
GPUDataTypesQA.h:32
o2::gpu::gpudatatypes::gpuqa::taskClusterRejection
@ taskClusterRejection
Definition
GPUDataTypesQA.h:33
o2::gpu::gpudatatypes::gpuqa::taskTrackingEff
@ taskTrackingEff
Definition
GPUDataTypesQA.h:26
o2::gpu::gpudatatypes::gpuqa::taskClusterAttach
@ taskClusterAttach
Definition
GPUDataTypesQA.h:29
o2::gpu::gpudatatypes::gpuqa::tasksDefaultPostprocess
@ tasksDefaultPostprocess
Definition
GPUDataTypesQA.h:36
o2::gpu::gpudatatypes::gpuqa::tasksDefault
@ tasksDefault
Definition
GPUDataTypesQA.h:35
GPU
GPUTracking
DataTypes
GPUDataTypesQA.h
Generated on Mon Dec 15 2025 23:56:49 for Project by
1.9.8