Skip to content

Commit 98746db

Browse files
committed
GPU: Split NDPiecewisePolynomials in header and inc file, get rid of ROOT in the header
1 parent b8b824c commit 98746db

File tree

4 files changed

+330
-300
lines changed

4 files changed

+330
-300
lines changed

GPU/GPUTracking/DataTypes/CalibdEdxTrackTopologyPol.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
using namespace o2::tpc;
2222

2323
#if !defined(GPUCA_GPUCODE) && !defined(GPUCA_STANDALONE) // code invisible on GPU and in the standalone compilation
24+
#include "NDPiecewisePolynomials.inc"
2425
void CalibdEdxTrackTopologyPol::dumpToTree(const uint32_t nSamplingPoints[/* Dim */], const char* outName) const
2526
{
2627
for (uint32_t i = 0; i < FFits; i++) {

0 commit comments

Comments
 (0)