]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3HoughTransformerLUT.h
Method IsPhysicalPrimary(Int_t i) added. The routine returns kTRUE in case
[u/mrichter/AliRoot.git] / HLT / hough / AliL3HoughTransformerLUT.h
index 19548e1739ef2521007aa9840bd58c531908a64c..d7f930d26b1d7bafcf9bacc51364577e28e1b303 100644 (file)
@@ -25,8 +25,11 @@ class AliL3HoughTransformerLUT : public AliL3HoughBaseTransformer {
   void Reset();
 
   void TransformCircle();
+  void TransformCircle(Int_t *row_range,Int_t every) {
+    AliL3HoughBaseTransformer::TransformCircle(row_range,every);
+  }
 
-  Int_t GetEtaIndex(Double_t eta);
+  Int_t GetEtaIndex(Double_t eta) const;
   AliL3Histogram *GetHistogram(Int_t etaIndex);
   Double_t GetEta(Int_t etaIndex,Int_t slice) const;