]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New function MakeTrackSegmentsCPV
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Oct 2000 08:46:50 +0000 (08:46 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Oct 2000 08:46:50 +0000 (08:46 +0000)
PHOS/AliPHOSTrackSegmentMaker.h

index 367738bdc5a119f7fc6421bbefa05eab2606dc80..2490ef57bd9df42e0e09f1d2b5529d850ab435ce 100644 (file)
@@ -38,6 +38,9 @@ public:
                                 AliPHOSRecPoint::RecPointsList * emcl, 
                                 AliPHOSRecPoint::RecPointsList * ppsdl,
                                 AliPHOSTrackSegment::TrackSegmentsList * trsl ) = 0 ; // does the job
+  virtual void MakeTrackSegmentsCPV(DigitsList * DL, 
+                                AliPHOSRecPoint::RecPointsList * emcl, 
+                                AliPHOSRecPoint::RecPointsList * ppsdl ) = 0; // just unfold EMC and CPV clusters
   virtual void SetMaxEmcPpsdDistance(Float_t r) = 0 ; 
   virtual void SetUnfoldFlag() = 0 ;
   virtual void UnsetUnfoldFlag() = 0 ;