]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3HoughEval.h
Some changes in AliL3Hough::Evaluate. Comments have been added in the code.
[u/mrichter/AliRoot.git] / HLT / hough / AliL3HoughEval.h
index 7d6579477161b9d64d11d6be806156af93016bee..ca6c899799b1d11e2d68ab8f97d3a22bf89f2f56 100644 (file)
@@ -37,7 +37,7 @@ class AliL3HoughEval {
   void InitTransformer(AliL3HoughBaseTransformer *transformer);
   void GenerateLUT();
   void DisplayEtaSlice(Int_t eta_index,AliL3Histogram *hist);
-  Bool_t LookInsideRoad(AliL3HoughTrack *track,Int_t eta_index,Bool_t remove=kFALSE);
+  Bool_t LookInsideRoad(AliL3HoughTrack *track,Int_t &nrows_crossed,Bool_t remove=kFALSE);
 #ifdef use_root
   void CompareMC(AliL3TrackArray *tracks,Char_t *goodtracks="good_tracks",Int_t treshold=0);
 #endif