]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAGrid.h
Update of the HLT CA tracker
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAGrid.h
index 52ea6b98f7cd286de241f8737bb6f902a78e602e..0eca6a897ac0ce1dd85697c97a4d5f5f1dde3ef6 100644 (file)
@@ -40,17 +40,17 @@ class AliHLTTPCCAGrid
   }
 
 
-  GPUd() UInt_t  N()  const { return fN;  }
-  GPUd() UInt_t  Ny() const { return fNy; }
-  GPUd() UInt_t  Nz() const { return fNz; }
-  GPUd() Float_t YMin() const { return fYMin; }
-  GPUd() Float_t YMax() const { return fYMax; }
-  GPUd() Float_t ZMin() const { return fZMin; }
-  GPUd() Float_t ZMax() const { return fZMax; }
+  GPUd() UInt_t  N()        const { return fN;  }
+  GPUd() UInt_t  Ny()       const { return fNy; }
+  GPUd() UInt_t  Nz()       const { return fNz; }
+  GPUd() Float_t YMin()     const { return fYMin; }
+  GPUd() Float_t YMax()     const { return fYMax; }
+  GPUd() Float_t ZMin()     const { return fZMin; }
+  GPUd() Float_t ZMax()     const { return fZMax; }
   GPUd() Float_t StepYInv() const { return fStepYInv; }
   GPUd() Float_t StepZInv() const { return fStepZInv; }
 
-  private:
+private:
 
   UInt_t fNy;        //* N bins in Y
   UInt_t fNz;        //* N bins in Z