]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/comp/AliL3Modeller.h
Added new function AliL3Modeller::CheckCluster. Function checks if the
[u/mrichter/AliRoot.git] / HLT / comp / AliL3Modeller.h
index fd963e208c04ef029924995e662b8eb1d60a184d..c6506713aebc72399290ece284fa0bc545e1507d 100644 (file)
@@ -47,7 +47,8 @@ class AliL3Modeller {
   void FillCluster(AliL3ModelTrack *track,Cluster *cluster,Int_t row,Int_t npads);
   void CalcClusterWidth(Cluster *cl,Float_t &sigmaY2,Float_t &sigmaZ2);
   void FillZeros(AliL3DigitRowData *digPt,Digit *row);
-    
+  Bool_t CheckCluster(Digit *row,Int_t hitpad,Int_t hittime);
+  
  public:
   
   AliL3Modeller();