]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSTrackSegmentMaker.h
Corrected for a bug: fRo was defined twice
[u/mrichter/AliRoot.git] / PHOS / AliPHOSTrackSegmentMaker.h
index 60aa76ed4bf9b16cc50501b84d41d065951ec52a..8d79e0bbf6fc26b482fc6cc49ce9b029a1549f7d 100644 (file)
@@ -34,15 +34,14 @@ public:
   
   virtual ~ AliPHOSTrackSegmentMaker(){}  // dtor
 
-  virtual void MakeTrackSegments(DigitsList * DL, RecPointsList * emcl, RecPointsList * ppsdl, TrackSegmentsList * trsl ) = 0  
+  virtual void MakeTrackSegments(DigitsList * DL, RecPointsList * emcl, RecPointsList * ppsdl, TrackSegmentsList * trsl ) = 0 ; 
                                          // does the job
-  virtual void SetMaxEmcPpsdDistance(Float_t r){ fR0 = r ;}
-  virtual void SetUnfoldFlag() ;
-  virtual void UnsetUnfoldFlag() 
+  virtual void SetMaxEmcPpsdDistance(Float_t r) = 0 ; 
+  virtual void SetUnfoldFlag() = 0 ;
+  virtual void UnsetUnfoldFlag() = 0 ;
 
-private:
+ protected:
 
-  Float_t fR0 ;
 
   ClassDef( AliPHOSTrackSegmentMaker,1)  // subtracking implementation , version 1