]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
cosmetic
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Oct 2009 22:53:03 +0000 (22:53 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 16 Oct 2009 22:53:03 +0000 (22:53 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCATracker.h

index e8a0feacbbe95beca77b3ba018ac9449d73aac9d..fa9866ca14d9509a96b334e26a24c1f908f0e4b3 100644 (file)
@@ -89,8 +89,8 @@ class AliHLTTPCCATracker
   {
     StructGPUParametersConst() : fGPUFixedBlockCount( 0 ), fGPUiSlice( 0 ), fGPUnSlices( 0 ) {}
     int fGPUFixedBlockCount;                           //Count of blocks that is used for this tracker in fixed schedule situations
-    int fGPUiSlice; // slice number
-    int fGPUnSlices; // n of slices
+    int fGPUiSlice;                                                    // slice number processed by running GPU MP
+    int fGPUnSlices;                                           // n of slices to be processed in parallel
   };
   
   struct commonMemoryStruct
@@ -167,7 +167,6 @@ class AliHLTTPCCATracker
 
   GPUhd() AliHLTTPCCAClusterData *ClusterData() const { return fClusterData; }
   GPUhd() const AliHLTTPCCASliceData &Data() const { return fData; }
-  GPUhd() AliHLTTPCCASliceData *PData() {return &fData; }
   
   GPUh() void ClearSliceDataHitWeights() {fData.ClearHitWeights();}
   
@@ -257,6 +256,8 @@ class AliHLTTPCCATracker
   GPUhd() uint2* BlockStartingTracklet() const {return(fBlockStartingTracklet);}
   GPUhd() StructGPUParameters* GPUParameters() const {return(&fCommonMem->fGPUParameters);}
   GPUhd() StructGPUParametersConst* GPUParametersConst() {return(&fGPUParametersConst);}
+  GPUhd() void SetGPUTextureBase(char* val) { fData.SetGPUTextureBase(val); }
+  GPUh() void SetGPUSliceDataMemory(void* const pSliceMemory, void* const pRowMemory) { fData.SetGPUSliceDataMemory(pSliceMemory, pRowMemory); }
 
   GPUh() unsigned long long int* PerfTimer(unsigned int i) {return &fPerfTimers[i]; }
   
@@ -264,7 +265,6 @@ private:
   
 #ifdef HLTCA_GPU_TRACKLET_CONSTRUCTOR_DO_PROFILE
   char* fStageAtSync;                          //Pointer to array storing current stage for every thread at every sync point
-  int* fThreadTimes; // n of times
 #endif
   
   AliHLTTPCCAParam fParam; // parameters