Skip to content

Commit 5d54dda

Browse files
committed
GPU: Remove obsolete GPUCA_FULL_CLUSTERDATA
1 parent 33bb2aa commit 5d54dda

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

GPU/GPUTracking/Definitions/GPUDef.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@
3434
#define GPUPtr2(a, b) b
3535
#endif
3636

37-
#ifdef GPUCA_FULL_CLUSTERDATA
38-
#define GPUCA_EVDUMP_FILE "event_full"
39-
#else
40-
#define GPUCA_EVDUMP_FILE "event"
41-
#endif
37+
#define GPUCA_EVDUMP_FILE "event_full"
4238

4339
#ifdef GPUCA_GPUCODE
4440
#define CA_MAKE_SHARED_REF(vartype, varname, varglobal, varshared) const GPUsharedref() vartype& __restrict__ varname = varshared;

GPU/GPUTracking/Definitions/GPUDefConstantsAndSettings.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
#endif
6868

6969
//#define GPUCA_MERGER_BY_MC_LABEL // Use MC labels for TPC track merging - for performance studies // TODO: Cleanup unneeded options
70-
//#define GPUCA_FULL_CLUSTERDATA // Store all cluster information in the cluster data, also those not needed for tracking.
7170
//#define GPUCA_GM_USE_FULL_FIELD // Use offline magnetic field during GMPropagator prolongation
7271

7372
// clang-format on

GPU/GPUTracking/SectorTracker/GPUTPCClusterData.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ struct GPUTPCClusterData {
2727
float y;
2828
float z;
2929
float amp;
30-
#ifdef GPUCA_FULL_CLUSTERDATA
31-
float pad;
32-
float time;
33-
float ampMax;
34-
float sigmaPad2;
35-
float sigmaTime2;
36-
#endif
3730
};
3831
} // namespace o2::gpu
3932

0 commit comments

Comments
 (0)