Skip to content

Commit

Permalink
Add SMatrixGPU and Fwd decls
Browse files Browse the repository at this point in the history
  • Loading branch information
mconcas committed Feb 9, 2021
1 parent e8e9523 commit 14f80df
Show file tree
Hide file tree
Showing 7 changed files with 1,515 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Common/MathUtils/CMakeLists.txt
Expand Up @@ -33,7 +33,8 @@ o2_target_root_dictionary(
include/MathUtils/CartesianGPU.h
include/MathUtils/CachingTF1.h
include/MathUtils/RandomRing.h
include/MathUtils/Primitive2D.h)
include/MathUtils/Primitive2D.h
include/MathUtils/SMatrixGPU.h)

o2_add_test(
CachingTF1
Expand Down
4 changes: 4 additions & 0 deletions Common/MathUtils/include/MathUtils/Cartesian.h
Expand Up @@ -18,6 +18,8 @@
#include "GPUCommonDef.h"
#include "GPUCommonRtypes.h"
#if !defined(GPUCA_STANDALONE) && !defined(GPUCA_GPUCODE)
#include <Math/SMatrix.h>
#include <Math/SVector.h>
#include <Math/GenVector/DisplacementVector3D.h>
#include <Math/GenVector/PositionVector3D.h>
#include <Math/GenVector/Rotation3D.h>
Expand All @@ -30,8 +32,10 @@
#else
#include "GPUCommonMath.h"
#include "CartesianGPU.h"
#include "SMatrixGPU.h"
#endif
#include "GPUROOTCartesianFwd.h"
#include "GPUROOTSMatrixFwd.h"

namespace o2
{
Expand Down

0 comments on commit 14f80df

Please sign in to comment.