Project
Loading...
Searching...
No Matches
GPUROOTCartesianFwd.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 GPUROOTCARTESIANFWD_H
16
#define GPUROOTCARTESIANFWD_H
17
18
// Standalone forward declarations for Cartesian2D / Cartesian3D / Point2D / Point3D etc.
19
// To be used on GPU where ROOT is not available.
20
21
#include "
GPUCommonDef.h
"
22
23
namespace
ROOT
24
{
25
namespace
Math
26
{
27
template
<
class
T, u
int
32_t D1, u
int
32_t D2,
class
R>
28
class
SMatrix
;
29
template
<
class
T, u
int
32_t D>
30
class
MatRepSym
;
31
template
<
class
T, u
int
32_t D1, u
int
32_t D2>
32
class
MatRepStd
;
33
template
<
class
CoordSystem,
class
Tag>
34
class
PositionVector2D
;
35
template
<
class
CoordSystem,
class
Tag>
36
class
PositionVector3D
;
37
template
<
class
CoordSystem,
class
Tag>
38
class
DisplacementVector2D
;
39
template
<
class
CoordSystem,
class
Tag>
40
class
DisplacementVector3D
;
41
template
<
class
T>
42
class
Cartesian2D
;
43
template
<
class
T>
44
class
Cartesian3D
;
45
class
DefaultCoordinateSystemTag;
46
}
// namespace Math
47
}
// namespace ROOT
48
49
namespace
o2::math_utils
50
{
51
52
namespace
detail
53
{
54
template
<
typename
T,
int
32_t I>
55
struct
GPUPoint2D;
56
template
<
typename
T,
int
32_t I>
57
struct
GPUPoint3D;
58
}
// namespace detail
59
60
#if (!defined(GPUCA_STANDALONE) || !defined(DGPUCA_NO_ROOT)) && !defined(GPUCA_GPUCODE) && !defined(GPUCOMMONRTYPES_H_ACTIVE)
61
template
<
typename
T>
62
using
Point2D
=
ROOT::Math::PositionVector2D<ROOT::Math::Cartesian2D<T>
, ROOT::Math::DefaultCoordinateSystemTag>;
63
template
<
typename
T>
64
using
Vector2D
=
ROOT::Math::DisplacementVector2D<ROOT::Math::Cartesian2D<T>
, ROOT::Math::DefaultCoordinateSystemTag>;
65
template
<
typename
T>
66
using
Point3D
=
ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<T>
, ROOT::Math::DefaultCoordinateSystemTag>;
67
template
<
typename
T>
68
using
Vector3D
=
ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<T>
, ROOT::Math::DefaultCoordinateSystemTag>;
69
#else
70
template
<
typename
T>
71
using
Point2D
=
detail::GPUPoint2D<T, 0>
;
72
template
<
typename
T>
73
using
Vector2D
=
detail::GPUPoint2D<T, 1>
;
74
template
<
typename
T>
75
using
Point3D
=
detail::GPUPoint3D<T, 0>
;
76
template
<
typename
T>
77
using
Vector3D
=
detail::GPUPoint3D<T, 1>
;
78
#endif
79
80
}
// namespace o2::math_utils
81
82
#endif
GPUCommonDef.h
ROOT::Math::Cartesian2D
Definition
GPUROOTCartesianFwd.h:42
ROOT::Math::Cartesian3D
Definition
GPUROOTCartesianFwd.h:44
ROOT::Math::DisplacementVector2D
Definition
GPUROOTCartesianFwd.h:38
ROOT::Math::DisplacementVector3D
Definition
GPUROOTCartesianFwd.h:40
ROOT::Math::MatRepStd
Definition
GPUROOTCartesianFwd.h:32
ROOT::Math::MatRepSym
Definition
GPUROOTCartesianFwd.h:30
ROOT::Math::PositionVector2D
Definition
GPUROOTCartesianFwd.h:34
ROOT::Math::PositionVector3D
Definition
GPUROOTCartesianFwd.h:36
ROOT::Math::SMatrix
Definition
GPUROOTCartesianFwd.h:28
ROOT
Definition
RCombinedDS.h:22
o2::math_utils
Definition
CachingTF1.h:23
o2::math_utils::detail::GPUPoint2D
Definition
CartesianGPU.h:26
o2::math_utils::detail::GPUPoint3D
Definition
CartesianGPU.h:39
GPU
Common
GPUROOTCartesianFwd.h
Generated on Thu Apr 3 2025 21:05:45 for Project by
1.9.8