File tree Expand file tree Collapse file tree 6 files changed +0
-76
lines changed
Expand file tree Collapse file tree 6 files changed +0
-76
lines changed Original file line number Diff line number Diff line change 1818#include " GPUChain.h"
1919#include " GPUDefParametersRuntime.h"
2020#include " GPUTPCClusterData.h"
21- #include " GPUTPCSectorOutCluster.h"
2221#include " GPUTPCGMMergedTrack.h"
2322#include " GPUTPCGMMergedTrackHit.h"
2423#include " GPUTRDTrackletWord.h"
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ set(HDRS_INSTALL
155155 SectorTracker/GPUTPCHit.h
156156 SectorTracker/GPUTPCHitId.h
157157 SectorTracker/GPUTPCMCInfo.h
158- SectorTracker/GPUTPCSectorOutCluster.h
159158 SectorTracker/GPUTPCTracklet.h
160159 SectorTracker/GPUTPCTrackLinearisation.h
161160 TPCConvert/GPUTPCConvertImpl.h
Original file line number Diff line number Diff line change 2222#include " GPUReconstructionIO.h"
2323#include " GPUChainTrackingDefs.h"
2424#include " GPUTPCClusterData.h"
25- #include " GPUTPCSectorOutCluster.h"
2625#include " GPUTPCGMMergedTrack.h"
2726#include " GPUTPCGMMergedTrackHit.h"
2827#include " GPUTPCTrack.h"
Original file line number Diff line number Diff line change 1515#include " GPUChainTracking.h"
1616#include " GPUReconstructionIO.h"
1717#include " GPUTPCClusterData.h"
18- #include " GPUTPCSectorOutCluster.h"
1918#include " GPUTPCGMMergedTrack.h"
2019#include " GPUTPCGMMergedTrackHit.h"
2120#include " GPUTPCTrack.h"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717
1818#include " GPUTPCBaseTrackParam.h"
1919#include " GPUTPCDef.h"
20- #include " GPUTPCSectorOutCluster.h"
2120
2221namespace o2 ::gpu
2322{
@@ -49,11 +48,6 @@ class GPUTPCTrack
4948
5049 GPUhd () void SetParam (const GPUTPCBaseTrackParam& v) { mParam = v; }
5150
52- // Only if used as replacement for SectorOutTrack
53- GPUhd () static int32_t GetSize (int32_t nClust) { return sizeof (GPUTPCTrack) + nClust * sizeof (GPUTPCSectorOutCluster); }
54- GPUhd () const GPUTPCTrack* GetNextTrack () const { return (const GPUTPCTrack*)(((char *)this ) + GetSize (mNHits )); }
55- GPUhd () GPUTPCTrack* NextTrack () { return (GPUTPCTrack*)(((char *)this ) + GetSize (mNHits )); }
56-
5751 private:
5852 int32_t mFirstHitID ; // index of the first track cell in the track->cell pointer array
5953 int32_t mNHits ; // number of track cells
You can’t perform that action at this time.
0 commit comments